예제 #1
0
파일: Logs.aspx.cs 프로젝트: sigcms/Seeger
 public override bool VerifyAccess(Seeger.Security.User user)
 {
     return user.HasPermission(null, "System", "Logs");
 }
예제 #2
0
 protected override bool Authorize(Seeger.Security.User user)
 {
     return user.HasPermission(null, "System", "DbBackup");
 }