示例#1
0
	def gotoPersonalInformation_citizenship(self):	
		return PersonalInformation.gotoPersonalInformation_citizenship(self)
示例#2
0
	def gotoPersonalInformation_emgencyContacts(self):
		return PersonalInformation.gotoPersonalInformation_emgencyContacts(self)
示例#3
0
	def gotoPersonalInformation_demographicInfo(self):
		return PersonalInformation.gotoPersonalInformation_demographicInfo(self)
示例#4
0
	def gotoPersonalInformation_phoneNumbers(self):
		return PersonalInformation.gotoPersonalInformation_phoneNumbers(self)
示例#5
0
	def gotoPersonalInformation_email(self):
		return PersonalInformation.gotoPersonalInformation_email(self)
示例#6
0
	def gotoPersonalInformation_address(self):
		return PersonalInformation.gotoPersonalInformation_address(self)
示例#7
0
	def gotoPersonalInformation_name(self):
		return PersonalInformation.gotoPersonalInformation_name(self)
示例#8
0
 def gotoPersonalInformation_citizenship(self):
     return PersonalInformation.gotoPersonalInformation_citizenship(self)
示例#9
0
	def postPersonalInformation(self):
		return PersonalInformation.postPersonalInformation(self)
示例#10
0
 def gotoPersonalInformation_emgencyContacts(self):
     return PersonalInformation.gotoPersonalInformation_emgencyContacts(
         self)
示例#11
0
 def gotoPersonalInformation_demographicInfo(self):
     return PersonalInformation.gotoPersonalInformation_demographicInfo(
         self)
示例#12
0
 def gotoPersonalInformation_email(self):
     return PersonalInformation.gotoPersonalInformation_email(self)
示例#13
0
 def gotoPersonalInformation_phoneNumbers(self):
     return PersonalInformation.gotoPersonalInformation_phoneNumbers(self)
示例#14
0
 def gotoPersonalInformation_name(self):
     return PersonalInformation.gotoPersonalInformation_name(self)
示例#15
0
 def gotoPersonalInformation_address(self):
     return PersonalInformation.gotoPersonalInformation_address(self)
示例#16
0
 def postPersonalInformation(self):
     return PersonalInformation.postPersonalInformation(self)