예제 #1
0
 public async Task <int> Post([FromBody] Counter counter)
 {
     return(await counterService.RegisterCounter(counter));
 }