Exemplo n.º 1
0
 public FornecedorService(IFornecedorCommandStore fornecedorCommandStore, IEmpresaQueryStore empresaQueryStore, INotificationContext notificationContext)
 {
     _fornecedorCommandStore = fornecedorCommandStore;
     _empresaQueryStore      = empresaQueryStore;
     _notificationContext    = notificationContext;
 }
Exemplo n.º 2
0
 public DeleteFornecedorCommandHandler(IFornecedorCommandStore fornecedorCommandStore, INotificationContext notificationContext)
 {
     _fornecedorCommandStore = fornecedorCommandStore;
     _notificationContext    = notificationContext;
 }