示例#1
0
 public Response <IEnumerable <SongDto> > Show()
 {
     return(dal.SelectAll());
 }