Example #1
0
		public Entity(IEntityFactory efactory) {
			id = efactory.AllocateOID();
		}
Example #2
0
 public Entity(IEntityFactory efactory)
 {
     id = efactory.AllocateOID();
 }