567891011
import com.bleujin.framework.db.mysql.MySQLUserProcedure; public class MySqlRepositoryService extends RepositoryService{ public IUserCommand createUserCommand(IDBController dc, String sql) { return new MySQLUserCommand(dc, sql); }