public UserAccountService(OnlineRPGContext context)
 {
     _context = context;
 }
Example #2
0
 public AdminService(OnlineRPGContext context)
 {
     _context = context;
 }
Example #3
0
 public AuthService(OnlineRPGContext context)
 {
     _context = context;
 }