Пример #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
def getReadRelatedById(assayId):
	control_One = Control_One()
	return control_One.getReadRelatedById(assayId)
Пример #9
0
def getReadCommentByPage(page):
	control_One = Control_One()
	return control_One.getReadCommentByPage()
Пример #10
0
def getReadAssayById(assayId):
	control_One = Control_One()
	return control_One.getReadAssayById(assayId)
Пример #11
0
def getReadIndex():
	control_One = Control_One()
	return control_One.getReadIndex()
Пример #12
0
def getReadCarousel():
	control_One = Control_One()
	return control_One.getReadCarousel()
Пример #13
0
def getMainByMonth(month):
	control_One = Control_One()
	return control_One.getMainByMonth(month)
Пример #14
0
def getMain():
	control_One = Control_One()
	return control_One.getMain()