Пример #1
0
 public BatchService(IOfficeUow uow, IBarnService barnService)
 {
     Uow = uow;
     _barnService = barnService;
 }
Пример #2
0
 public BarnController(IBarnService barnService)
 {
     _barnService = barnService;
 }
Пример #3
0
 public BarnController(IBarnService barnService)
 {
     _barnService = barnService;
 }
Пример #4
0
 public BatchService(IOfficeUow uow, IBarnService barnService)
 {
     Uow          = uow;
     _barnService = barnService;
 }