示例#1
0
 public static ErrorResult <T> ToNotFound <T>(this T data) => ErrorResult <T> .NotFound(data);