Ejemplo n.º 1
0
        public async Task <bool> Add(AddClienteCommand command)
        {
            await _mediator.SendCommand(command);

            return(!_mediator.HasNotification());
        }
Ejemplo n.º 2
0
 protected bool HasNotification() => _mediator.HasNotification();
Ejemplo n.º 3
0
 public bool HasNotification() => _mediator.HasNotification();