Пример #1
0
 public Patient GetPatientByEmail(string email)
 {
     return(patientDataLayer.GetPatientByEmail(email));
 }