public UserLoginController(DirectSaleContext context, IHttpContextAccessor httpContext)
 {
     _context         = context;
     this.httpContext = httpContext;
 }
Example #2
0
 public OptionList(DirectSaleContext context)
 {
     _context = context;
 }
 public ManufactorController(DirectSaleContext context)
 {
     _context = context;
 }