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

            return(!_mediator.HasNotification());
        }
 protected bool HasNotification() => _mediator.HasNotification();
示例#3
0
 public bool HasNotification() => _mediator.HasNotification();