Example #1
0
 public Result <None> UpdateWith(string text) =>
 Result.OfAction(() => counter.UpdateWith(text))
 .RefineError("Counter throw error: ");