Exemplo n.º 1
0
 public CreateNewApplicationUseCase(IApplicationApiGateway gateway)
 {
     _gateway = gateway;
 }
Exemplo n.º 2
0
 public GetApplicationByIdUseCase(IApplicationApiGateway gateway)
 {
     _gateway = gateway;
 }
 public GetAllApplicationsUseCase(IApplicationApiGateway gateway)
 {
     _gateway = gateway;
 }
 public UpdateApplicationUseCase(IApplicationApiGateway gateway)
 {
     _gateway = gateway;
 }