Ejemplo n.º 1
0
 public EosUpdate(EosUpdateItem item, int?intValue1, int?intValue2)
 {
     Item      = item;
     IntValue1 = intValue1;
     IntValue2 = intValue2;
 }
Ejemplo n.º 2
0
 public EosUpdate(EosUpdateItem item)
 {
     Item = item;
 }