示例#1
0
 public DataTable LoginIDExist(int UserID, string LoginID)
 {
     return(objUserMasterDAL.LoginIDExist(UserID, LoginID));
 }