Пример #1
0
 public async Task <bool> Control(ControlModel control)
 {
     return(await _videoService.Control(control));
 }