can take appointment
This commit is contained in:
@@ -11,8 +11,9 @@ class ContactPojo:
|
||||
ccid: str
|
||||
position: int
|
||||
|
||||
def __init__(self, phone_number: str, passport_number: str, last_name: str, first_name: str, ccid: str, mail: str,
|
||||
position: int):
|
||||
def __init__(self, phone_number: str, passport_number: str, last_name: str, first_name: str, mail: str,
|
||||
ccid: str = "",
|
||||
position: int = 0):
|
||||
self.phone = phone_number
|
||||
self.passport = passport_number
|
||||
self.last_name = last_name
|
||||
|
||||
Reference in New Issue
Block a user