示例#1
0
 public async Task Edit(UpdateGoodDto dto, int id)
 {
     await _service.EditGoodInfo(dto, id);
 }