public KlienciController(SklepMuzycznyDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public DatabaseSeed(SklepMuzycznyDbContext context)
 {
     _context = context;
 }