Exemplo n.º 1
0
 // GET: api/Admin/5
 public Administrator Get(int id)
 {
     return(DTOManager.GetAdmin(id));
 }