예제 #1
0
 public bool ChangePassword(string strLoginName, string strNewPassword)
 {
     return(dal.ChangePassword(strLoginName, strNewPassword));
 }