Exemple #1
0
 public HSession(string Email, string Password, HHotels Hotel)
     : this(SKore.GetIPCookie(), Hotel)
 {
     this.Email    = Email;
     this.Password = Password;
 }