示例#1
0
文件: RoleBll.cs 项目: roytown/Bag
 public static List<Role> GetAll()
 {
     IRole roleProvider = new RoleDal(EFContext.Instance);
     return roleProvider.GetAll();
 }