Beispiel #1
0
 def get_edit_service(self, series_id, connection):
     conn_string = self.__build_connection_string(self._current_connection)
     return EditService(series_id,
                        connection=connection,
                        connection_string=conn_string,
                        debug=self.debug)
Beispiel #2
0
    def get_edit_service(self, series_id, connection):

        return EditService(series_id, connection=connection, debug=self.debug)