Example #1
0
 public AdapterDataService()
 {
     _commonService = new CommonDataService();
 }
Example #2
0
 public DataService()
 {
     _commonService = new CommonDataService();
 }