Ejemplo n.º 1
0
 public UserLoginController(DirectSaleContext context, IHttpContextAccessor httpContext)
 {
     _context         = context;
     this.httpContext = httpContext;
 }
Ejemplo n.º 2
0
 public OptionList(DirectSaleContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public ManufactorController(DirectSaleContext context)
 {
     _context = context;
 }