// // GET: /Admin/Event/ public EventController(SiteContext context) { _context = context; }
public ProductController(SiteContext context) { _context = context; }
public MediaController(SiteContext context) { _context = context; }
// // GET: /Admin/Announcement/ public EventAnnouncementController(SiteContext context) { _context = context; }
public CategoryController(SiteContext context) { _context = context; }
public MainBannerController(SiteContext context) { _context = context; }
public AuthorController(SiteContext context) { _context = context; }
public TagController(SiteContext context) { _context = context; }
public ArticleController(SiteContext context) { _context = context; }
public HomeController(SiteContext context) { _context = context; }