示例#1
0
 public DataTable getUser(string GoalOwnerID)
 {
     DataProvider dp = new DataProvider();
     return dp.getUser(GoalOwnerID);
 }