示例#1
0
 public bool KiemTraMatKhau(string username, string Pass)
 {
     return(nhanvienDAL.KiemTraMatKhau(username, GetMD5(Pass)));
 }