Beispiel #1
0
 public static Boolean Exists(String key)
 {
     return(Provider.Exists(key));
 }
Beispiel #2
0
 public static bool Exists(string key)
 {
     return(Provider.Exists(key));
 }