Exemplo n.º 1
0
 def __init__(self):
     self.operationengine_api = operationengine_api.API()
     self.protection_api = protection_api.API()
     super(PlansController, self).__init__()
Exemplo n.º 2
0
 def __init__(self):
     self.protection_api = protection_api.API()
     super(VerificationsController, self).__init__()
Exemplo n.º 3
0
 def __init__(self):
     self.protection_api = protection_api.API()
     super(RestoresController, self).__init__()
Exemplo n.º 4
0
 def __init__(self):
     self.protection_api = protection_api.API()
     self._checkpoint_view_builder = CheckpointViewBuilder()
     super(ProvidersController, self).__init__()