예제 #1
0
 public AuthoriseBaseAttribute()
 {
     _service = new SimpleAuthService(new DbTokenProvider());
 }
예제 #2
0
 public SimpleAuthController()
 {
     _service = new SimpleAuthService(new DbTokenProvider());
 }