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

PastSearchesController() public method

public PastSearchesController ( IQueryService svc ) : System
svc IQueryService
return System
        public PastSearchesController(IQueryService svc)
        {
            _svc = svc;
        }