Beispiel #1
0
 public bool AddPoint(int id, double point)
 {
     return(_member.AddPoint(id, point));
 }