Example #1
0
 public Patient GetPatientInfoUsingmobileNo(string mobileNo)
 {
     return(_paymentGateway.GetPatientInfoUsingmobileNo(mobileNo));
 }