コード例 #1
0
 public IHttpActionResult GetDetailsRepairSheet(int id)
 {
     return(Ok(repairService.GetDetailsRepairSheet(id)));
 }