Пример #1
0
 // GET api/<controller>/5
 public PersonModel Get(int id)
 {
     return(service.GetModelById(id));
 }