Example #1
0
 public bool registKey(string key)
 {
     return(dal.registKey(key) > 0);
 }