コード例 #1
0
 public AuthorsController(IUnitOfWork unitOfWork, IODataService oDataService)
 {
     this.unitOfWork   = unitOfWork;
     this.oDataService = oDataService;
 }
コード例 #2
0
 public CustomerController(IODataService odataService, ILockEntityService lockEntityService)
 {
     this.odataService      = odataService;
     this.lockEntityService = lockEntityService;
 }
コード例 #3
0
 public ReaderBooksController(IUnitOfWork unitOfWork, IODataService oDataService)
 {
     this.unitOfWork   = unitOfWork;
     this.oDataService = oDataService;
 }