public ActionCollectionResult()
 {
     Statistics = new Statistic();
 }
Esempio n. 2
0
 public ListContent()
 {
     Data       = new List <T>();
     Statistics = new Statistic();
 }