Example #1
0
 public CustomerListService(FMSContext context)
 {
     _context = context;
 }
Example #2
0
 public LocationListEndpoint(FMSContext context)
 {
     _context = context;
 }
Example #3
0
 public ProductBaseService(FMSContext context)
 {
     _context = context;
 }
 public GetProductFilterDropdownsEndpoint(FMSContext context)
 {
     _context = context;
 }
Example #5
0
 public PurchaseDeliveryService(FMSContext context)
 {
     _context = context;
 }
Example #6
0
 public TransferOrderService(FMSContext context)
 {
     _context = context;
 }
Example #7
0
 public SalesOrderService(FMSContext context)
 {
     _context = context;
 }
Example #8
0
 public LocationInventoryListEndpoint(FMSContext context)
 {
     _context = context;
 }
Example #9
0
 public InventoryDetailsEndpoint(FMSContext context)
 {
     _context = context;
 }
Example #10
0
 public ProductDropdownsService(FMSContext context)
 {
     _context = context;
 }
Example #11
0
 public GetProductsEndpoint(FMSContext context)
 {
     _context = context;
 }
Example #12
0
 public DeliveryNoteService(FMSContext context)
 {
     _context = context;
 }
Example #13
0
 public CustomerDropdownsService(FMSContext context)
 {
     _context = context;
 }
Example #14
0
 public StockMovementsService(FMSContext context)
 {
     _context = context;
 }
Example #15
0
 public InventoryService(FMSContext context)
 {
     _context = context;
 }
 public InventoryFilterDropdownsEndpoint(FMSContext context)
 {
     _context = context;
 }
Example #17
0
 public CustomerCreateService(FMSContext context)
 {
     _context = context;
 }
Example #18
0
 public CustomerReadService(FMSContext context)
 {
     _context = context;
 }
Example #19
0
 public Handler(FMSContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Example #20
0
 public LocationFilterDropdownsEndpoint(FMSContext context)
 {
     _context = context;
 }
Example #21
0
 public OutsourcingDeliveryService(FMSContext context)
 {
     _context = context;
 }
Example #22
0
 public LocationService(FMSContext context)
 {
     _context = context;
 }
Example #23
0
 public SalesInvoiceService(FMSContext context)
 {
     _context = context;
 }
Example #24
0
 public CustomerDeleteService(FMSContext context)
 {
     _context = context;
 }
Example #25
0
 public DeliveryDropdownsService(FMSContext context)
 {
     _context = context;
 }
Example #26
0
 public TransferOrderDropdownsService(FMSContext context)
 {
     _context = context;
 }
Example #27
0
 public Handler(FMSContext context)
 {
     _context = context;
 }
Example #28
0
 public LocationDeliveryService(FMSContext context)
 {
     _context = context;
 }