Example #1
0
 public async Task <Video> CreateVideo(Video video)
 {
     return(await _videosRepository.CreateVideo(video));
 }