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