Пример #1
0
 //ART_Patients
 public ObjectResult <spView_WebTemplate_ARV_PatientsReportGetAll_Result> ART_Patients()
 {
     try
     {
         return(context.spView_WebTemplate_ARV_PatientsReportGetAll(null, mFacilityCode, mStartDate, mEndDate));
     }
     catch (Exception x)
     {
         throw (x);
     }
 }