Ejemplo n.º 1
0
 public IHttpActionResult GetInventoryById(int id) => Ok(_ibs.GetInventoryById(id));