Пример #1
0
 public ActionResult <PatientDemographics> Get(int id)
 {
     return(_serviceImplementation.Get(id));
 }