Beispiel #1
0
 public bool Post([FromBody] GoalModel goal)
 {
     return(GoalRepository.CreateNewGoal(goal));
 }