Exemplo n.º 1
0
 public UnitService(string collectDbConn, string frameworkDbConn)
 {
     this._UnitDbService = new UnitDbService(collectDbConn, frameworkDbConn);
 }
Exemplo n.º 2
0
 public UnitService(string connStr)
 {
     this._UnitDbService = new UnitDbService(connStr);
 }