예제 #1
0
 public CulturalExchange()
 {
     Environment  = new SystemEnvironment();
     Student      = new Student();
     College      = new College();
     Accomodation = new Accomodation();
     CulturalExchangeFileUpload = new List <CulturalExchangeFileUpload>();
 }
예제 #2
0
 public College()
 {
     CollegeTime = new List <CollegeTime>();
     Environment = new SystemEnvironment();
 }