using HL_FristAidPlatform_DataBase; using HL_FristAidPlatform_Help; namespace HL_FristAidPlatform_Bussiness { public class T_Service_FirstAid_AccidentCensusBLL { private IT_Service_FirstAid_AccidentCensus IService = new T_Service_FirstAid_AccidentCensusDB(); /// /// 重大事故统计 /// /// /// /// /// /// public TableModel GetPageList(string hospitalGuid,string startTime, string endTime, int pageIndex, int pageSize) { return IService.GetPageList(hospitalGuid,startTime, endTime, pageIndex, pageSize); } } }