public UnitOfWork(ReponsitoryContext repoContext)
 {
     _repoContext = repoContext;
 }
Esempio n. 2
0
 public GenericRepository(ReponsitoryContext repositoryContext)
 {
     RepositoryContext = repositoryContext;
 }
 public CategoryRepository(ReponsitoryContext repositoryContext) : base(repositoryContext)
 {
 }
 public ProductRepository(ReponsitoryContext repositoryContext) : base(repositoryContext)
 {
 }