Example #1
0
 public static bool IsBlank <T>(T objWithAttributes, IFileSystemShim fsShim)
 => DataError.Info(objWithAttributes, fsShim).IsBlank();
Example #2
0
 public static bool IsBlank <T>(T objWithAttributes)
 => DataError.Info(objWithAttributes).IsBlank();