예제 #1
0
 public GetAllUseCase(IExampleGateway gateway)
 {
     _gateway = gateway;
 }
예제 #2
0
 public GetByIdUseCase(IExampleGateway gateway)
 {
     _gateway = gateway;
 }