Example #1
0
 public SPListDataService(IApplicationKeyValidationService applicationKeyValidator, ICacheService cacheService)
 {
     this.applicationKeyValidator = applicationKeyValidator;
     this.cacheService            = cacheService;
 }