Beispiel #1
0
 public CustomService()
 {
     _dqqueDAC = new CustomActionsDAC();
 }
Beispiel #2
0
 public CustomService()
 {
     _dqqueDAC = new CustomActionsDAC();
     _distDAC  = new DistinctDocsDAC();
 }