Esempio n. 1
0
 public ObjectsController(ProjektTestowySerwerContext context)
 {
     _context = context;
 }
 public CategoriesController(ProjektTestowySerwerContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public UsersController(ProjektTestowySerwerContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public InstancesController(ProjektTestowySerwerContext context)
 {
     _context = context;
 }