Beispiel #1
0
    public int Mobile_RequestPasswordValidatePatient(string patientPhone, string patientDOB)
    {
        Mobile_RequestPasswordValidatePatientDL objMobile_RequestPasswordValidatePatientDL = new Mobile_RequestPasswordValidatePatientDL();

        return(objMobile_RequestPasswordValidatePatientDL.Mobile_RequestPasswordValidatePatient(patientPhone, patientDOB));
    }
 public int Mobile_RequestPasswordValidatePatient(string patientPhone, string patientDOB)
 {
     Mobile_RequestPasswordValidatePatientDL objMobile_RequestPasswordValidatePatientDL = new Mobile_RequestPasswordValidatePatientDL();
     return objMobile_RequestPasswordValidatePatientDL.Mobile_RequestPasswordValidatePatient(patientPhone, patientDOB);
 }