Ejemplo n.º 1
0
 public ActionResult <List <Parts> > getAvailableCarParts(int id)
 {
     return(partService.GetAvailableCarParts(id));
 }