コード例 #1
0
 protected Result <string> Ok() => Result.Ok();
コード例 #2
0
 protected Result <string> Fail(string error) => Result.Fail(error);