Пример #1
0
 public static List<Role> GetAll()
 {
     IRole roleProvider = new RoleDal(EFContext.Instance);
     return roleProvider.GetAll();
 }