def __init__(self): ''' Construct the blog service. ''' EntityCRUDServiceAlchemy.__init__(self, BlogMapped)
def __init__(self): """ Construct the blog service. """ EntityCRUDServiceAlchemy.__init__(self, BlogMapped)
def __init__(self): EntityCRUDServiceAlchemy.__init__(self, ArticleMapped)