Пример #1
0
 public IHttpActionResult GetPatientByIdentification(string identification)
 {
     return(Ok(_patientHelper.GetPatientByIdentification(identification)));
 }