コード例 #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;
 }