Esempio n. 1
0
 public PropertyStatisticItemBuilder(string key, string value, string property, string total = null)
 {
     _statisticItem = new PropertyStatisticItem(key, value, property, total);
 }
Esempio n. 2
0
 public PropertyStatisticItemBuilder()
 {
     _statisticItem = new PropertyStatisticItem();
 }