Exemplo n.º 1
0
 public ItemData()
 {
     System.Random random = new System.Random();
     Id = random.GetHashCode().ToString();
 }