示例#1
0
 public void ConnectionDelete(int id)
 {
     _connectorService.DeleteConnection(id);
 }