コード例 #1
0
 public Store()
 {
     handymanStore = new HandymanStore();
     smartdayStore = new SmartdayStore();
 }
コード例 #2
0
 public Department()
 {
     postalAddress      = new Location();
     handymanDepartment = new HandymanDepartment();
     smartdayDepartment = new SmartdayStore();
 }