public NarudzbaController(DreamBookContext context)
 {
     _context = context;
 }
Пример #2
0
 public ProfilController(DreamBookContext context)
 {
     _context = context;
 }
Пример #3
0
 public KupacController(DreamBookContext context)
 {
     _context = context;
 }
 public KnjigaController(DreamBookContext context)
 {
     _context = context;
 }
 public AdministratorController(DreamBookContext context)
 {
     _context = context;
 }