Esempio n. 1
0
 public IHttpActionResult GetRepairSheetUpdateModel(int id)
 {
     return(Ok(repairService.GetRepairSheetUpdateModel(id)));
 }