コード例 #1
0
 /// <summary>
 /// 根据员工编号和密码获取用户(新)
 /// </summary>
 /// <param name="employeeNO"></param>
 /// <param name="password"></param>
 /// <returns></returns>
 public static DataTable GetUesrProfileByUserIDandPwdNew(string employeeNO, string password)
 {
     return(GetDataSet.GetUesrProfileByUserIDandPwdNew(employeeNO, password));
 }