コード例 #1
0
 public UnitOfWork(ReponsitoryContext repoContext)
 {
     _repoContext = repoContext;
 }
コード例 #2
0
 public GenericRepository(ReponsitoryContext repositoryContext)
 {
     RepositoryContext = repositoryContext;
 }
コード例 #3
0
 public CategoryRepository(ReponsitoryContext repositoryContext) : base(repositoryContext)
 {
 }
コード例 #4
0
 public ProductRepository(ReponsitoryContext repositoryContext) : base(repositoryContext)
 {
 }