示例#1
0
 public void Put(ExaminationVM subject)
 {
     service.Update(subject.ToEntity());
 }