Пример #1
0
 public async Task <IActionResult> Put(Option option)
 {
     return(Ok(await optionService.Put(option)));
 }