Esempio n. 1
0
 public SecondStreetAPI(Common.Account account)
 {
     this.account = account;
 }
Esempio n. 2
0
 public SecondStreetAPI(string email, string password)
 {
     this.account          = new Common.Account();
     this.account.email    = email;
     this.account.password = password;
 }