Esempio n. 1
0
 public List <Setting> GetAll()
 {
     return(_lazyCache.GetOrAddSettings(() => _internalRepository.GetAll()));
 }