Ejemplo n.º 1
0
 public bool ExistKey(string key, string lankey, string keyvalue)
 {
     return(InstanceDAL.ExistKey(key, lankey, keyvalue));
 }