示例#1
0
 public void deleteNotary(String id)
 {
     accessDataLayer.deleteNotary(Convert.ToInt32(id));
 }