def __init__(self, mongo_control): MongoDB_orm_base.__init__(self, mongo_control) self.colName = 'master'
def __init__(self, mongo_control): MongoDB_orm_base.__init__(self, mongo_control) self.colName = 'comment'
def __init__(self, mongo_control): MongoDB_orm_base.__init__(self, mongo_control) self.colName = 'userteam'
def __init__(self, mongo_client): MongoDB_orm_base.__init__(self, mongo_client)
def __init__(self, mongo_control): MongoDB_orm_base.__init__(self, mongo_control) self.colName = 'application'