public DownloadController(UserContext userContext, DownloadItemContext downloadItemContext, IHostingEnvironment environment) { _usercontext = userContext; _downloaditemcontext = downloadItemContext; hostingEnvironment = environment; }
public MainController(UserContext userContext, ArticleContext articleContext, DownloadItemContext downloadItemContext) { _usercontext = userContext; _articlecontext = articleContext; _downloaditemcontext = downloadItemContext; }