public CodeshareAgreement(Airline airline1, Airline airline2, CodeshareType type)
 {
     Airline1 = airline1;
     Airline2 = airline2;
     Type = type;
 }
Пример #2
0
 public CodeshareAgreement(Airline airline1, Airline airline2,CodeshareType type)
 {
     this.Airline1 = airline1;
     this.Airline2 = airline2;
     this.Type = type;
 }
Пример #3
0
 public CodeshareAgreement(Airline airline1, Airline airline2, CodeshareType type)
 {
     this.Airline1 = airline1;
     this.Airline2 = airline2;
     this.Type     = type;
 }