public EmpregadoController( IEmpregadoAppService empregadoAppService, INotificationHandler <DomainNotification> notifications, IMediatorHandler mediator) : base(notifications, mediator) { _empregadoAppService = empregadoAppService; }
public EmpregadoController(IEmpregadoAppService empregadoAppService, INotificationHandler <DomainNotification> notifications) : base(notifications) { _empregadoAppService = empregadoAppService; }