Beispiel #1
0
 public static void AssertColumnEquals(this object entity, string propertyName)
 {
     DbAssert.ColumnEquals(entity, propertyName);
 }