Example #1
0
 public async Task <ObjectiveDTO> CreateObjective([FromBody] ObjectiveDTO objective)
 {
     return(await _writerService.CreateObjective(objective));
 }