Exemple #1
0
 public async Task <Greeting> Add([FromBody] Greeting greeting)
 {
     return(await _greetingService.Add(greeting));
 }