using HL_FristAidPlatform_Models; namespace HL_FristAidPlatform_IDataBase { public interface IMedicalRecordTranService { bool SaveMedicalRecordTran(T_Service_Patient patient,T_Service_FirstAid_HealthCheckup health, T_Service_FirstAid_SpecialityCheckUp speciality, T_Service_FirstAid_AssistantExamination assistant,long creatorID, T_Service_FirstAid_PatientInfo fp); } }