Ejemplo n.º 1
0
 public IEnumerable <OperationResult> GetHistory(int count)
 {
     return(InMemoryDb.Get(count));
 }