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