Ejemplo n.º 1
0
 public FileServiceRepository(MiniEshopDbContext eshopDbContext)
 {
     _eshopDbContext = eshopDbContext;
 }
Ejemplo n.º 2
0
 public EshopRepository(MiniEshopDbContext eshopDbContext)
 {
     _eshopDbContext = eshopDbContext;
 }