コード例 #1
0
 public OpenController(SDK.Client.IClient client, IApplication application, Lazy <SDK.Account.IAccount> account)
 {
     this.stormpathClient      = client;
     this.stormpathApplication = application;
     this.stormpathAccountSafe = account;
 }
コード例 #2
0
 public OpenController(SDK.Client.IClient client, IApplication application, Lazy<SDK.Account.IAccount> account)
 {
     this.stormpathClient = client;
     this.stormpathApplication = application;
     this.stormpathAccountSafe = account;
 }