Ejemplo n.º 1
0
 public IEnumerable <TResult> Select <TResult>(Func <TSaga, TResult> transformer)
 {
     return(_sagas.Select(transformer));
 }