コード例 #1
0
 public void PostToList([FromBody] DrinkDTO value)
 {
     _service.AddDrinkToList(value, User.Identity.Name);
 }