Example #1
0
 public Result UpdateCostInfo(CostModel model)
 {
     return(_costService.UpdateCostInfo(model));
 }