Exemple #1
0
 public async Task DeleteVideoById(Guid id)
 {
     await _video.DeleteVideoById(id);
 }