Esempio n. 1
0
 public ExpedidorController(
     IExpedidorAppService expedidorAppService,
     INotificationHandler <DomainNotification> notifications,
     IMediatorHandler mediator) : base(notifications, mediator)
 {
     _expedidorAppService = expedidorAppService;
 }