public ContentController(APIServerContext context)
 {
     _context = context;
 }
Example #2
0
 public MessageController(APIServerContext context)
 {
     _context = context;
 }
 public AuthenticationController(APIServerContext context, IConfiguration config)
 {
     _context = context;
     _config  = config;
 }