Ejemplo n.º 1
0
 public bool DeleteAudio(int id)
 {
     service = Service.AudioService;
     return(service.DeleteAudio(id));
 }