Exemple #1
0
 public AccountController(OAAuthService oaAuthService)
 {
     this.OAAuthService = oaAuthService;
 }
 public MyController(OAAuthService oaAuthService)
 {
     this.OAAuthService = oaAuthService;
 }