Ejemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 /// <returns></returns>
 public IEnumerable <RolePermission> GetRolePermissions(Func <RolePermission, bool> where)
 {
     if (@where == null)
     {
         throw new ArgumentException("where");
     }
     return(_rolePermissionRepository.GetMany(where));
 }