示例#1
0
 public ImporterLocationService(
     IGuidGenerator guidGenerator,
     ImporterMemoryCache memoryCache)
 {
     _guidGenerator = guidGenerator;
     _memoryCache   = memoryCache;
 }
示例#2
0
 public ImporterFilterService(ImporterMemoryCache memoryCache)
 {
     _memoryCache = memoryCache;
 }