AppActs.Repository.ApplicationWithCacheRepository.ApplicationWithCacheRepository C# (CSharp) Method

ApplicationWithCacheRepository() public method

public ApplicationWithCacheRepository ( IApplicationRepository applicationRepository, ICacheProvider cacheProvider ) : System
applicationRepository IApplicationRepository
cacheProvider ICacheProvider
return System
        public ApplicationWithCacheRepository(IApplicationRepository applicationRepository, ICacheProvider<Application> cacheProvider)
        {
            this.applicationRepository = applicationRepository;
            this.cacheProvider = cacheProvider;
        }