Exemple #1
0
 // GET: api/Box/5
 public IHttpActionResult Get(int id)
 {
     return(Ok(boxService.GetbyId(id)));
 }