예제 #1
0
 public BaseRepository(ConnectionProvider connection)
 {
     this.connection = connection;
 }