public TokenProvider(hackertonDbContext context)
 {
     _context = context;
 }
 public rolesController(hackertonDbContext context)
 {
     _context = context;
 }
 public HomeController(hackertonDbContext context)
 {
     _context = context;
 }
 public UserDetailsController(hackertonDbContext context)
 {
     _context = context;
 }
Esempio n. 5
0
 public categoriesController(hackertonDbContext context)
 {
     _context = context;
 }