public static bool IsNull <TSource>(this TSource source) { return(DataFormater.IsNull(source)); }
public static bool IsEmpty <T>(this T scoure) where T : struct { return(DataFormater.IsEmpty(scoure)); }
public static bool IsEmpty <TSource>(this IEnumerable <TSource> source) { return(DataFormater.IsNullOrEmpty(source)); }