예제 #1
0
 public AdvertisementType(AirlineAdvertisementType type, string name, double price, int reputationLevel)
 {
     this.Type            = type;
     this.Name            = name;
     this.Price           = price;
     this.ReputationLevel = reputationLevel;
 }
 public AdvertisementType(AirlineAdvertisementType type, string name, double price, int reputationLevel)
 {
     Type = type;
     Name = name;
     Price = price;
     ReputationLevel = reputationLevel;
 }