예제 #1
0
 public ComSQLService()
 {
     this.repository = new ComSQLRepository();
 }
예제 #2
0
 public ComSQLService(ComSQLRepository repository)
 {
     this.repository = repository;
 }