Esempio n. 1
0
 public async Task <TagDto> AddTag(long id, [FromBody] TagEdit tag)
 {
     return(await _recipeService.AddTagAsync(id, tag));
 }