예제 #1
0
 public ObjectsController(ProjektTestowySerwerContext context)
 {
     _context = context;
 }
 public CategoriesController(ProjektTestowySerwerContext context)
 {
     _context = context;
 }
예제 #3
0
 public UsersController(ProjektTestowySerwerContext context)
 {
     _context = context;
 }
예제 #4
0
 public InstancesController(ProjektTestowySerwerContext context)
 {
     _context = context;
 }