Beispiel #1
0
 public bool Update(Goal goal)
 {
     return(GoalDb.Update(goal));
 }