示例#1
0
 public void UpdatePassword(string Password, int EmployeeID)
 {
     er.UpdatePassword(Password, EmployeeID);
 }