Esempio n. 1
0
 public Club(string name, DateTime established, int stadiumCapacity, Captain captain)
 {
     this.name = name;
     this.established = established;
     this.stadiumCapacity = stadiumCapacity;
     this.captain = captain;
 }
Esempio n. 2
0
 public Club(string name, DateTime established, int stadiumCapacity, Captain captain)
 {
     this.name            = name;
     this.established     = established;
     this.stadiumCapacity = stadiumCapacity;
     this.captain         = captain;
 }