Esempio n. 1
0
 public async Task AddChannelAsync(Channel channel)
 {
     await _PointServiceClient.AddChannelAsync(Channel, channel);
 }