Exemplo n.º 1
0
 public void AddActiveRole(user mUser, session mSession, role mRole)
 {
     throw new Exception("This method have not Implement.");
 }
Exemplo n.º 2
0
 private session Mapping(session _temp)
 {
     return null;
 }
Exemplo n.º 3
0
 public IList<role> SessionRoles(session mSession)
 {
     throw new Exception("This method have not Implement.");
 }
Exemplo n.º 4
0
 public IList<permission> SessionPermissions(session mSession)
 {
     throw new Exception("This method have not Implement.");
 }
Exemplo n.º 5
0
 public void DeleteSession(user mUser, session mSession)
 {
     throw new Exception("This method have not Implement.");
 }
Exemplo n.º 6
0
 public bool CheckAccess(session mSession, operation mOperation, objectRbac mObject)
 {
     throw new Exception("This method have not Implement.");
 }