コード例 #1
0
 public List <Channel> FindListChannel([FromBody] Collection collection)
 {
     return(channelServices.FindChannels(collection));
 }