public ActionCollectionResult()
 {
     Statistics = new Statistic();
 }
示例#2
0
 public ListContent()
 {
     Data       = new List <T>();
     Statistics = new Statistic();
 }