示例#1
0
 public List <MusicVO> GetForAlbum(int id)
 {
     return(_musicRepository.GetForAlbum(id));
 }