예제 #1
0
파일: CloudMaker.cs 프로젝트: Avel7884/di
 public Result <None> UpdateWith(string text) =>
 Result.OfAction(() => counter.UpdateWith(text))
 .RefineError("Counter throw error: ");