Beispiel #1
0
 public bool CheckExistingMobileNumber(string mobileNumber)
 {
     return(objICommon.CheckExistingMobileNumber(mobileNumber));
 }