AsgSearch.web.Controllers.PastSearchesController.Post C# (CSharp) Method

Post() public method

public Post ( [ value ) : void
value [
return void
        public void Post([FromBody]Query value)
        {
            _svc.SaveQuery(value.QueryText, value.Time);
        }