Exemplo n.º 1
0
 def build_deactivate_account_handler(self):
     return DeactivateAccountHandler(self)
Exemplo n.º 2
0
 def get_deactivate_account_handler(self) -> DeactivateAccountHandler:
     return DeactivateAccountHandler(self)