示例#1
0
 // GET api/Shows
 public IEnumerable <ShowDto> Get()
 {
     return(ShowService.GetAll().ConvertToDto());
 }