コード例 #1
0
 public FornecedorService(IFornecedorCommandStore fornecedorCommandStore, IEmpresaQueryStore empresaQueryStore, INotificationContext notificationContext)
 {
     _fornecedorCommandStore = fornecedorCommandStore;
     _empresaQueryStore      = empresaQueryStore;
     _notificationContext    = notificationContext;
 }
コード例 #2
0
 public DeleteFornecedorCommandHandler(IFornecedorCommandStore fornecedorCommandStore, INotificationContext notificationContext)
 {
     _fornecedorCommandStore = fornecedorCommandStore;
     _notificationContext    = notificationContext;
 }