Пример #1
0
 public static void Run([Table(TableName, PartitionKey, RowKey)] BadPocoMissingDefaultCtor input)
 {
     Assert.True(false, "should have gotten error at indexing time.");
 }
 public static void Run([Table(TableNameExpression, PartitionKey, RowKey)] BadPocoMissingDefaultCtor input)
 {
     Assert.Fail("should have gotten error at indexing time.");
 }