コード例 #1
0
def getReadCommentByPage(page):
    control_One = Control_One()
    return control_One.getReadCommentByPage()
コード例 #2
0
def getReadAssayById(assayId):
    control_One = Control_One()
    return control_One.getReadAssayById(assayId)
コード例 #3
0
def getReadRelatedById(assayId):
    control_One = Control_One()
    return control_One.getReadRelatedById(assayId)
コード例 #4
0
def getReadCarousel():
    control_One = Control_One()
    return control_One.getReadCarousel()
コード例 #5
0
def getReadIndex():
    control_One = Control_One()
    return control_One.getReadIndex()
コード例 #6
0
def getMain():
    control_One = Control_One()
    return control_One.getMain()
コード例 #7
0
def getMainByMonth(month):
    control_One = Control_One()
    return control_One.getMainByMonth(month)
コード例 #8
0
ファイル: One.py プロジェクト: iloster/ApiStudy
def getReadRelatedById(assayId):
	control_One = Control_One()
	return control_One.getReadRelatedById(assayId)
コード例 #9
0
ファイル: One.py プロジェクト: iloster/ApiStudy
def getReadCommentByPage(page):
	control_One = Control_One()
	return control_One.getReadCommentByPage()
コード例 #10
0
ファイル: One.py プロジェクト: iloster/ApiStudy
def getReadAssayById(assayId):
	control_One = Control_One()
	return control_One.getReadAssayById(assayId)
コード例 #11
0
ファイル: One.py プロジェクト: iloster/ApiStudy
def getReadIndex():
	control_One = Control_One()
	return control_One.getReadIndex()
コード例 #12
0
ファイル: One.py プロジェクト: iloster/ApiStudy
def getReadCarousel():
	control_One = Control_One()
	return control_One.getReadCarousel()
コード例 #13
0
ファイル: One.py プロジェクト: iloster/ApiStudy
def getMainByMonth(month):
	control_One = Control_One()
	return control_One.getMainByMonth(month)
コード例 #14
0
ファイル: One.py プロジェクト: iloster/ApiStudy
def getMain():
	control_One = Control_One()
	return control_One.getMain()