예제 #1
0
 public UnitOfWork(RepositoryContext repositoryContext, IOwnerMemoryCache ownerMemoryCache)
 {
     _repoContext      = repositoryContext;
     _ownerMemoryCache = ownerMemoryCache;
 }
 public OwnerRepository(RepositoryContext repositoryContext, IOwnerMemoryCache ownerMemoryCache) : base(
         repositoryContext)
 {
     _ownerMemoryCache = ownerMemoryCache;
 }