コード例 #1
0
 public SendWrongPartCountUseCase(ISendResponseUseCase sendResponseUseCase)
 {
     _sendResponseUseCase = sendResponseUseCase;
 }
コード例 #2
0
 public SendOrderExistsUseCase(ISendResponseUseCase sendResponseUseCase)
 {
     _sendResponseUseCase = sendResponseUseCase;
 }
コード例 #3
0
 public SendCountZeroUseCase(ISendResponseUseCase sendResponseUseCase)
 {
     _sendResponseUseCase = sendResponseUseCase;
 }
コード例 #4
0
 public SendStoragePointOccupiedUseCase(ISendResponseUseCase sendResponseUseCase)
 {
     _sendResponseUseCase = sendResponseUseCase;
 }
コード例 #5
0
 public SendInsertSucceededUseCase(ISendResponseUseCase sendResponseUseCase)
 {
     _sendResponseUseCase = sendResponseUseCase;
 }
コード例 #6
0
 public SenTransportSucceededUseCase(ISendResponseUseCase sendResponseUseCase)
 {
     _sendResponseUseCase = sendResponseUseCase;
 }