Example #1
0
 private SqlDataContext(IMapper mapper, ICacheServiceFactory cacheServiceFactory)
 {
     _mapper = mapper;
     _cacheService = cacheServiceFactory.Build(TimeSpan.FromMinutes(0));
 }