AsgSearch.web.Controllers.PastSearchesController.PastSearchesController C# (CSharp) 메소드

PastSearchesController() 공개 메소드

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