Exemplo n.º 1
0
 public UserRepository(EcomRepoContext repoContext)
     : base(repoContext)
 {
 }
Exemplo n.º 2
0
 public ItemRepository(EcomRepoContext repoContext)
     : base(repoContext)
 {
 }
 public RepositoryBase(EcomRepoContext ecomRepoContext)
 {
     EcomRepoContexts = ecomRepoContext;
 }
 public RepositoryWrapper(EcomRepoContext ecomRepoContext)
 {
     _ecomRepoContext = ecomRepoContext;
 }