Exemple #1
0
 public T GetValue <T>(string key)
 {
     return(_storage.GetValue <T>(key));
 }