Exemplo n.º 1
0
        public IncomingValuesBuilder WithHttpActionType(EHttpActionType value)
        {
            _httpActionType = value;

            return(this);
        }
Exemplo n.º 2
0
        public ActionBuilder WithHttpActionType(EHttpActionType httpActionType)
        {
            _actionProperties.HttpActionType = httpActionType;

            return(this);
        }