Example #1
0
 public FileServiceRepository(MiniEshopDbContext eshopDbContext)
 {
     _eshopDbContext = eshopDbContext;
 }
Example #2
0
 public EshopRepository(MiniEshopDbContext eshopDbContext)
 {
     _eshopDbContext = eshopDbContext;
 }