Beispiel #1
0
 public AccountController(RedfernWebContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public UsersController(RedfernWebContext context)
 {
     _context = context;
 }