示例#1
0
 public void Put(int id, [FromBody] LaboratoryModel data)
 {
     data.Id = id;
     labService.EditLaboratory(data);
 }