예제 #1
0
        public async Task <bool> Add(AddClienteCommand command)
        {
            await _mediator.SendCommand(command);

            return(!_mediator.HasNotification());
        }
예제 #2
0
 protected bool HasNotification() => _mediator.HasNotification();
예제 #3
0
 public bool HasNotification() => _mediator.HasNotification();