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