예제 #1
0
 public static void IfNotNullOrEmpty(string value, Action <string> action)
 {
     StringUtils.IfNotNullOrEmpty(value, action, null);
 }