Exemplo n.º 1
0
 public ComSQLService()
 {
     this.repository = new ComSQLRepository();
 }
Exemplo n.º 2
0
 public ComSQLService(ComSQLRepository repository)
 {
     this.repository = repository;
 }