Esempio n. 1
0
 public int ChangePwd(int Uid, string Pwd)
 {
     return(_dal.ChangePwd(Uid, Pwd));
 }