예제 #1
0
 public Result DelRepairInfo(int id)
 {
     return(_repairService.DelRepairInfo(id));
 }