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