コード例 #1
0
 public Task <IEnumerable <string> > HandleAsync(BlockListQuery query)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
 public IEnumerable <string> Handle(BlockListQuery query)
 {
     return(_projection.GetAll());
 }