Ejemplo n.º 1
0
 public List <Work> GetAllWorksForComposer(int id)
 {
     return(workRepository.GetAllWorksForComposer(id));
 }