Beispiel #1
0
 public StudentsController(StudentskidomContext context)
 {
     _context = context;
 }
 public UposlenikDomaController(StudentskidomContext context)
 {
     _context = context;
 }
 public PrijavaObrokaController(StudentskidomContext context)
 {
     _context = context;
 }