public string Get()
 => storage.Get(KEY);
Exemple #2
0
 public string Get()
 {
     return(storage.Get(KEY));
 }