コード例 #1
0
 public RequestForProposalsController(IRadish34BuyerService radish34BuyerService, IRadish34SupplierService radish34SupplierService, IRadish34Repository radish34Repository)
 {
     this._radish34BuyerService    = radish34BuyerService;
     this._radish34SupplierService = radish34SupplierService;
     this._radish34Repository      = radish34Repository;
 }
コード例 #2
0
 public PurchaseOrdersController(IRadish34BuyerService radish34buyerService, IRadish34SupplierService radish34SupplierService, IRadish34Repository radish34Repository)
 {
     this._radish34BuyerService    = radish34buyerService;
     this._radish34SupplierService = radish34SupplierService;
     this._radish34Repository      = radish34Repository;
 }