Exemplo n.º 1
0
 public Request GetById(int id)
 {
     return(Repository.GetById(id));
 }