public RequestForProposalsController(IRadish34BuyerService radish34BuyerService, IRadish34SupplierService radish34SupplierService, IRadish34Repository radish34Repository)
 {
     this._radish34BuyerService    = radish34BuyerService;
     this._radish34SupplierService = radish34SupplierService;
     this._radish34Repository      = radish34Repository;
 }
 public PurchaseOrdersController(IRadish34BuyerService radish34buyerService, IRadish34SupplierService radish34SupplierService, IRadish34Repository radish34Repository)
 {
     this._radish34BuyerService    = radish34buyerService;
     this._radish34SupplierService = radish34SupplierService;
     this._radish34Repository      = radish34Repository;
 }