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