예제 #1
0
 //spView_WebTemplate_ARV_PC_ReportGetAll
 public ObjectResult <spView_WebTemplate_ARV_PC_ReportGetAll_Result> GetPC_ART()
 {
     try
     {
         return(context.spView_WebTemplate_ARV_PC_ReportGetAll(null, mStartDate, mEndDate, mFacilityCode));
     }
     catch (Exception x)
     {
         throw (x);
     }
 }