public TeamController(YicaiyunContext context, IMapper mapper, IHostingEnvironment hostingEnvironment) { _context = context; _mapper = mapper; _hostingEnvironment = hostingEnvironment; }
public OrdersController(YicaiyunContext context) { _context = context; }
public RecipesController(YicaiyunContext context, IHttpContextAccessor httpContextAccessor, IMapper mapper) { _context = context; _httpContextAccessor = httpContextAccessor; _mapper = mapper; }
public ArticlesController(YicaiyunContext context) { _context = context; }
public CommonController(YicaiyunContext context) { _context = context; }