Exemplo n.º 1
0
 public void DeleteByAudioId(int audioId)
 {
     _trackRepository.DeleteMulti(x => x.AudioId == audioId);
 }