Exemplo n.º 1
0
        public async Task <ResponseModel> Dropdown()
        {
            var response = await _identificationTypeService.DropDownSelection();

            return(response);
        }