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