예제 #1
0
 public static string WithPrefix(this string value, bool isOk = true)
 {
     return(AssertHelper.PrefixKo(value));
 }
예제 #2
0
 public static string WithKoPrefix(this string value)
 {
     return(AssertHelper.PrefixKo(value));
 }