コード例 #1
0
 public ClienteApplication(IClienteCommand clienteCommand, IClienteQuery clienteQuery, IClienteVeiculoQuery clienteVeiculoQuery, ICorreiosQuery correiosQuery)
 {
     _clienteCommand      = clienteCommand;
     _clienteQuery        = clienteQuery;
     _clienteVeiculoQuery = clienteVeiculoQuery;
     _correiosQuery       = correiosQuery;
 }
コード例 #2
0
 public CorreiosApplication(ICorreiosQuery correiosQuery)
 {
     _correiosQuery = correiosQuery;
 }