Beispiel #1
0
 public Project() : base()
 {
     Elements       = new ElementCollection <IElement>();
     ProjectSetting = new ProjectSetting();
 }
Beispiel #2
0
 public Year() : base()
 {
     Months    = new ElementCollection <IMonth>();
     SortOrder = 0;
     Name      = DateTime.Now.Year.ToString();
 }