Exemplo n.º 1
0
 private EventVertex(int id, EventVertexType vertexType)
 {
     this.Id   = id;
     this.Type = vertexType;
 }
Exemplo n.º 2
0
 private EventVertex(int id, EventVertexType vertexType)
 {
     this.Id = id;
     this.Type = vertexType;
 }