Exemplo n.º 1
0
 public async Task <VideoDTO> FindVideo(int VideoId)
 {
     return(await videoRep.AsyncFindVideo(VideoId));
 }