示例#1
0
 public DataTable GetRecord(int ID)
 {
     return(objUserMasterDAL.GetRecord(ID));
 }