コード例 #1
0
 public GoogleController(IWebContext context, IOAuthStateManager stateManager)
 {
     this.context      = context;
     this.stateManager = stateManager;
 }