Exemple #1
0
 protected virtual TDto ProcessDto(CacheCollection cache)
 {
     return(cache.GetFirstOf <TDto>());
 }