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