Exemplo n.º 1
0
 private void AddPrimaryKey(IKey key)
 {
     _operations.Add(OperationFactory.AddPrimaryKeyOperation(key));
 }