Esempio n. 1
0
 public RavenController()
 {
     this.auth = new RavenAuth();
 }
Esempio n. 2
0
 public RavenController()
 {
     this.auth = new RavenAuth();
 }
Esempio n. 3
0
 public RavenAuthorizeAttribute()
 {
     this.auth = new RavenAuth();
 }
 public RavenAuthorizeAttribute()
 {
     this.auth = new RavenAuth();
 }