Ejemplo n.º 1
0
 public string Get()
 => storage.Get(KEY);
Ejemplo n.º 2
0
 public string Get()
 {
     return(storage.Get(KEY));
 }