예제 #1
0
 public IList <ProfileNameAndSdp> GetAllProfileNamesAndSdp()
 {
     return(_lazyCache.GetOrAddAllProfileNamesAndSdp(() => _internalRepository.GetAllProfileNamesAndSdp()));
 }