Exemplo n.º 1
0
 public EntityHttpResponse Get(int id)
 {
     return(new EntityHttpResponse(System.Net.HttpStatusCode.OK, _coachManager.Get(x => x.id == id), true));
 }