示例#1
0
 public Response <SongDto> ShowById(int id)
 {
     return(dal.FindById(id));
 }