Пример #1
0
 // GET: api/Lead/5
 public MyResult <Lead> Get(Guid id)
 {
     return(service.findById(repo, id));
 }