Ejemplo n.º 1
0
 public BatchService(IOfficeUow uow, IBarnService barnService)
 {
     Uow = uow;
     _barnService = barnService;
 }
Ejemplo n.º 2
0
 public BarnController(IBarnService barnService)
 {
     _barnService = barnService;
 }
Ejemplo n.º 3
0
 public BarnController(IBarnService barnService)
 {
     _barnService = barnService;
 }
Ejemplo n.º 4
0
 public BatchService(IOfficeUow uow, IBarnService barnService)
 {
     Uow          = uow;
     _barnService = barnService;
 }