Exemple #1
0
        public IEnumerable <Applicant> Get()
        {
            var allApplicants = applicantManager.Get();

            logger.Information("Requesting a List of Applicant with Get Request");
            return(allApplicants);
        }