Exemplo n.º 1
0
		private void InitServerEntity(ref ToeEntity toeEntity, int index)
		{
			toeEntity.Id = new ToeEntityId(index, 0);
		}
Exemplo n.º 2
0
		private void InitClientEntity(ref ToeEntity toeEntity, int index)
		{
			toeEntity.Id = new ToeEntityId(index, 0);
		}