Beispiel #1
0
 public void TempExcelInitializer()
 {
     _tempExcelDataRepository = new PatientTempRepository(new Core.Base.Data.SqlServer.Factory.BaseContextFactory <LMGEDI.Core.Data.SqlServer.LMGEDIDBContext>());
     _tempExcelDataBL         = new PatientTempImpl(_tempExcelDataRepository);
 }
Beispiel #2
0
 public PatientTempImpl(IPatientTempRepository tempExcelDataRepository)
 {
     _tempExcelDataRepository = tempExcelDataRepository;
 }