Exemple #1
0
 public UserRepository(EcomRepoContext repoContext)
     : base(repoContext)
 {
 }
Exemple #2
0
 public ItemRepository(EcomRepoContext repoContext)
     : base(repoContext)
 {
 }
 public RepositoryBase(EcomRepoContext ecomRepoContext)
 {
     EcomRepoContexts = ecomRepoContext;
 }
 public RepositoryWrapper(EcomRepoContext ecomRepoContext)
 {
     _ecomRepoContext = ecomRepoContext;
 }