CloudBread Project  2.1.0-stable
Classes | Namespaces
CBSelLoginIDDupeCheckController.cs File Reference

Login id dupe check controller. Mobile client POST memberID as json format.
Check memberid duplication in members table. Consider using 3rd party authentication. More...

Classes

class  CloudBread.Controllers.CBSelLoginIDDupeCheckController
 

Namespaces

Detailed Description

Login id dupe check controller. Mobile client POST memberID as json format.
Check memberid duplication in members table. Consider using 3rd party authentication.

Author
Dae Woo Kim
Parameters
stringmemberID
Returns
string value "0" or "1" : false or true
See also
uspSelLoginIDDupeCheck SP, BehaviorID : B01
Todo:
return result is json format object / check change or not