コード例 #1
0
 public RegisterPatientService(IRegisterPatientDao testDao)
 {
     regPatientDao = testDao;
 }
コード例 #2
0
 public RegisterPatientService()
 {
     regPatientDao = DaoFactory.GetDao <IRegisterPatientDao>();
 }