コード例 #1
0
 public void DelElement(Meeting model)
 {
     _service.DelElement(model.Id);
 }