Exemplo n.º 1
0
 public void Revoke(Domain.UserGroup group, Domain.EntityPermission perm)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public IEnumerable <Domain.ModulePermission> GetAvailableEntityPermissions(Domain.UserGroup group)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void RevokeAll(Domain.UserGroup group, int moduleId, string perm)
 {
     throw new NotImplementedException();
 }