示例#1
0
 protected static IResult <T, NonEmptyString> GetFailResult(NonEmptyString message)
 {
     return(message.GetFailResult <T>());
 }