예제 #1
0
 // GET: api/Measures
 public List <HospitalVM> GetHospitalsData(string email = "")
 {
     return(measuresDAL.GetHospitalsData(email));
 }