Пример #1
0
 public LookupService(IDingDb _db)
 {
     db = _db;
 }
Пример #2
0
 public LookupService()
 {
     db = new DingDb();
 }