示例#1
0
 public Response <IEnumerable <SongDto> > ShowByArtist(int artistId)
 {
     return(dal.SelectSongsByArtist(artistId));
 }