Esempio n. 1
0
        public async Task <List <RolDto> > GetAllRol()
        {
            try
            {
                var result = await _iroldata.GetAll();

                return(result);
            }
            catch (Exception)
            {
                return(null);
            }
        }