Esempio n. 1
0
 public IcuConfigControllerTest()
 {
     //_MockRepo = new Mock<IIcuConfigurationRepository>();
     //IcuController = new IcuConfigController(_MockRepo.Object);
     _repository   = new IcuConfigrationRepository(Context);
     IcuController = new IcuConfigController(_repository);
 }
Esempio n. 2
0
 public IcuConfigControllerTest()
 {
     _repository    = new IcuConfigrationRepository(Context);
     _icuController = new IcuConfigController(_repository);
 }