コード例 #1
0
 public Channel LoadNews([FromBody] Channel channel)
 {
     channelServices.LoadNewsAsync(channel).Wait();
     return(channel);
 }