예제 #1
0
 public Task Delete([FromBody] Chat.DeleteCommand command, CancellationToken cancellationToken = default)
 {
     command.UseDefaultSession(SessionResolver);
     return(Chats.Delete(command, cancellationToken));
 }
예제 #2
0
 public virtual Task Delete(
     Chat.DeleteCommand command, CancellationToken cancellationToken = default)
 {
     throw new NotImplementedException();
 }