public UserRepository(EcomRepoContext repoContext) : base(repoContext) { }
public ItemRepository(EcomRepoContext repoContext) : base(repoContext) { }
public RepositoryBase(EcomRepoContext ecomRepoContext) { EcomRepoContexts = ecomRepoContext; }
public RepositoryWrapper(EcomRepoContext ecomRepoContext) { _ecomRepoContext = ecomRepoContext; }