コード例 #1
0
 public async Task Create([FromBody] AddRecipientViewModel model)
 {
     await _service.Create(model);
 }