Exemplo n.º 1
0
        protected SelectionResult(OperationStatus status)
        {
            Contract.ThrowIfNull(status);

            this.Status = status;
        }