Пример #1
0
 def build_deactivate_account_handler(self):
     return DeactivateAccountHandler(self)
Пример #2
0
 def get_deactivate_account_handler(self) -> DeactivateAccountHandler:
     return DeactivateAccountHandler(self)