Create rudimentary view models, default settings.

This commit is contained in:
Daniel Kraus
2015-07-31 17:19:49 +02:00
parent a725246f27
commit 12cd58180f
21 changed files with 937 additions and 43 deletions

View File

@ -44,5 +44,9 @@ namespace zaaReloaded2.Controller.Elements
public SelectLastDay(FormatElementBase formatElement)
: base(formatElement)
{ }
public SelectLastDay(IList<FormatElementBase> formatElements)
: base(formatElements)
{ }
}
}