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