Ejemplo n.º 1
0
 public MediaExtendedDto GetMediaById(int mediaId)
 {
     return(_mediaRecordingRepository.GetMediaById(mediaId));
 }