Esempio n. 1
0
 public static bool IsNotNull(object expVal)
 {
     return(!Validate.IsNull(expVal));
 }