public NinetyAndJsonService()
 {
     dataService = new DataService(connection.ConnString(), connection.SqlType());
 }
Exemplo n.º 2
0
 public ZeroX3Service()
 {
     dataService = new DataService(connection.ConnString(), connection.SqlType());
 }
Exemplo n.º 3
0
 public PreparationService()
 {
     dataService = new DataService(connection.ConnString(), connection.SqlType());
 }