Example #1
0
        public ServiceResponseDTO <IEnumerable <SelectionItemDTO> > GetApplicationLevels()
        {
            var response = _lookupService.ApplicationLevels();

            return(response);
        }