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