Пример #1
0
        public async Task <AppRole> FindByName(string roleName)
        {
            return(await _generic.GetByFilter(I => I.Name == roleName));

            // throw new NotImplementedException();
        }