Exemple #1
0
 public UserController(IUserServices userServices, IConfiguration configuration, IErrorServices errorServices)
 {
     this.userServices  = userServices;
     this.configuration = configuration;
     this.errorServices = errorServices;
 }
Exemple #2
0
 public BidController(IBidServices bidServices, IErrorServices errorServices)
 {
     this.bidServices   = bidServices;
     this.errorServices = errorServices;
 }
Exemple #3
0
 public RoleController(IRoleServices roleServices, IErrorServices errorServices)
 {
     this.roleServices  = roleServices;
     this.errorServices = errorServices;
 }
 public WarehouseController(IWarehouseServices warehouseServices, IErrorServices errorServices)
 {
     this.warehouseServices = warehouseServices;
     this.errorServices     = errorServices;
 }
Exemple #5
0
 public CompanyController(ICompanyServices companyServices, IErrorServices errorServices)
 {
     this.companyServices = companyServices;
     this.errorServices   = errorServices;
 }
 public ProductController(IProductServices productServices, IErrorServices errorServices)
 {
     this.productServices = productServices;
     this.errorServices   = errorServices;
 }
Exemple #7
0
 public HeaderController(IHeaderServices headerServices, IErrorServices errorServices)
 {
     this.headerServices = headerServices;
     this.errorServices  = errorServices;
 }
Exemple #8
0
 public CarrierController(ICarrierServices carrierServices, IErrorServices errorServices)
 {
     this.carrierServices = carrierServices;
     this.errorServices   = errorServices;
 }
Exemple #9
0
 public MeasuranceUnitController(IMeasuranceUnitServices measuranceUnitServices, IErrorServices errorServices)
 {
     this.measuranceUnitServices = measuranceUnitServices;
     this.errorServices          = errorServices;
 }
 public MessageController(IMessageServices messageServices, IErrorServices errorServices)
 {
     this.messageServices = messageServices;
     this.errorServices   = errorServices;
 }
Exemple #11
0
 public DetailController(IDetailServices detailServices, IErrorServices errorServices)
 {
     this.detailServices = detailServices;
     this.errorServices  = errorServices;
 }
Exemple #12
0
 public AttachmentController(IAttachmentServices attachmentServices, IErrorServices errorServices, IDapperHelper dapperHelper)
 {
     this.attachmentServices = attachmentServices;
     this.errorServices      = errorServices;
     this.dapperHelper       = dapperHelper;
 }
 public CurrencyController(ICurrencyServices currencyServices, IErrorServices errorServices)
 {
     this.currencyServices = currencyServices;
     this.errorServices    = errorServices;
 }
 public CategoryController(ICategoryServices categoryServices, IErrorServices errorServices)
 {
     this.categoryServices = categoryServices;
     this.errorServices    = errorServices;
 }
 public CharacteristicController(ICharacteristicServices characteristicServices, IErrorServices errorServices)
 {
     this.characteristicServices = characteristicServices;
     this.errorServices          = errorServices;
 }
 public MessageNotification(IDapperHelper dapperHelper, IErrorServices errorServices)
 {
     this.dapperHelper  = dapperHelper;
     this.errorServices = errorServices;
 }
Exemple #17
0
 public SchedulerController(IHeader_StatusServices header_Status, IErrorServices errorServices)
 {
     this.header_Status = header_Status;
     this.errorServices = errorServices;
 }