Esempio n. 1
0
 public ActionResult <IEnumerable <PatientDemographics> > Get()
 {
     return(_serviceImplementation.GetAll());
 }