Exemplo n.º 1
0
 public CategoriesController(AnnouncesWebsiteContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public UsersController(AnnouncesWebsiteContext context)
 {
     _context = context;
 }
 public HomeController(AnnouncesWebsiteContext context)
 {
     _context = context;
 }