public CustomerListService(FMSContext context) { _context = context; }
public LocationListEndpoint(FMSContext context) { _context = context; }
public ProductBaseService(FMSContext context) { _context = context; }
public GetProductFilterDropdownsEndpoint(FMSContext context) { _context = context; }
public PurchaseDeliveryService(FMSContext context) { _context = context; }
public TransferOrderService(FMSContext context) { _context = context; }
public SalesOrderService(FMSContext context) { _context = context; }
public LocationInventoryListEndpoint(FMSContext context) { _context = context; }
public InventoryDetailsEndpoint(FMSContext context) { _context = context; }
public ProductDropdownsService(FMSContext context) { _context = context; }
public GetProductsEndpoint(FMSContext context) { _context = context; }
public DeliveryNoteService(FMSContext context) { _context = context; }
public CustomerDropdownsService(FMSContext context) { _context = context; }
public StockMovementsService(FMSContext context) { _context = context; }
public InventoryService(FMSContext context) { _context = context; }
public InventoryFilterDropdownsEndpoint(FMSContext context) { _context = context; }
public CustomerCreateService(FMSContext context) { _context = context; }
public CustomerReadService(FMSContext context) { _context = context; }
public Handler(FMSContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public LocationFilterDropdownsEndpoint(FMSContext context) { _context = context; }
public OutsourcingDeliveryService(FMSContext context) { _context = context; }
public LocationService(FMSContext context) { _context = context; }
public SalesInvoiceService(FMSContext context) { _context = context; }
public CustomerDeleteService(FMSContext context) { _context = context; }
public DeliveryDropdownsService(FMSContext context) { _context = context; }
public TransferOrderDropdownsService(FMSContext context) { _context = context; }
public Handler(FMSContext context) { _context = context; }
public LocationDeliveryService(FMSContext context) { _context = context; }