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