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