AsgSearch.web.Controllers.PastSearchesController.PastSearchesController C# (CSharp) Méthode

PastSearchesController() public méthode

public PastSearchesController ( IQueryService svc ) : System
svc IQueryService
Résultat System
        public PastSearchesController(IQueryService svc)
        {
            _svc = svc;
        }