Exemplo n.º 1
0
 public ReasonCodeController(YoukpiContext ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 2
0
 public ProductsController(YoukpiContext ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 3
0
 public ProductionLibrary(YoukpiContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemplo n.º 4
0
 public UsersController(YoukpiContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
Exemplo n.º 5
0
 public StoreController(YoukpiContext ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }
Exemplo n.º 6
0
 public CustomerController(YoukpiContext ctx)
 {
     _ctx = ctx;
 }
 public StepsMachinesController(YoukpiContext ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 8
0
 public OfferPdfService(YoukpiContext ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 9
0
 public CommodityController(YoukpiContext ctx, IMapper mapper)
 {
     _ctx    = ctx;
     _mapper = mapper;
 }
Exemplo n.º 10
0
 public ProjectController(YoukpiContext ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 11
0
 public UserLibrary(YoukpiContext context)
 {
     _context = context;
 }
Exemplo n.º 12
0
 public CompanyLibrary(YoukpiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 13
0
 public PartsController(YoukpiContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemplo n.º 14
0
 public ContractorController(YoukpiContext ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 15
0
 public ProcessController(YoukpiContext ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 16
0
 public ProductionController(YoukpiContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemplo n.º 17
0
 public ComponentController(YoukpiContext ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 18
0
 public MachineController(YoukpiContext ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 19
0
 public OfferController(YoukpiContext ctx, OfferPdfService offerPdfService)
 {
     _ctx             = ctx;
     _offerPdfService = offerPdfService;
 }
Exemplo n.º 20
0
 public LoactionController(YoukpiContext ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 21
0
 public ReportsController(YoukpiContext context)
 {
     _context = context;
 }