Exemplo n.º 1
0
 public Task <IEnumerable <string> > HandleAsync(BlockListQuery query)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 2
0
 public IEnumerable <string> Handle(BlockListQuery query)
 {
     return(_projection.GetAll());
 }