using HL_FristAidPlatform_DataBase; using HL_FristAidPlatform_Help; using HL_FristAidPlatform_IDataBase; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HL_FristAidPlatform_Bussiness { public class T_Service_Apoplexy_BloodCollectionToResultAVETimeBLL { private IT_Service_Apoplexy_BloodCollectionToResultAVETime IService = new T_Service_Apoplexy_BloodCollectionToResultAVETimeDB(); public List GetBloodCollectionToResultAVETime(string hospitalGuid, string startTime, string endTime,int type) { return IService.GetBloodCollectionToResultAVETime(hospitalGuid, startTime, endTime,type); } } }