Пример #1
0
 public BulletPointService(string connectionString)
 {
     _bulletPointDM = new BulletPointDM(connectionString);
 }
Пример #2
0
 public BulletPointService()
 {
     _bulletPointDM = new BulletPointDM("");
 }