Example #1
0
 public AuthService(HoldTightContext context)
 {
     _context = context;
 }
 public UsersController(HoldTightContext context)
 {
     _context = context;
 }