Пример #1
0
 public Weight(IWeightDataStore store)
 {
     _store = store;
 }
Пример #2
0
 public Weight()
 {
     _store = new WeightDataStore();
 }