Beispiel #1
0
 public JSONController(PlexCloneContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public PlexCloneController(IConfiguration Configuration, PlexCloneContext context)
 {
     _configuration = Configuration;
     _context       = context;
 }