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