示例#1
0
 // GET: api/Preference
 public IEnumerable <Preference> Get()
 {
     return(preferenceService.GetAll());
 }