public DictionaryController(DataContext d)
 {
     manager = new DictionaryManger(d);
 }
Beispiel #2
0
 public ValuesController(DataContext d)
 {
     data = d;
 }
Beispiel #3
0
 public DictionaryManger(DataContext d)
 {
     data = d;
 }