Exemplo n.º 1
0
 public override object Clone() => new EncryptColumnCommand((ColumnRef)Column.Clone(), EncryptionFlags, StatusCheck);
Exemplo n.º 2
0
 public override object Clone() => new DecryptColumnCommand((ColumnRef)Column.Clone(), StatusCheck);