public FileServiceRepository(MiniEshopDbContext eshopDbContext) { _eshopDbContext = eshopDbContext; }
public EshopRepository(MiniEshopDbContext eshopDbContext) { _eshopDbContext = eshopDbContext; }