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