コード例 #1
0
 public static IPocoDynamo RegisterTables(this IPocoDynamo db, IEnumerable <Type> tableTypes)
 {
     DynamoMetadata.RegisterTables(tableTypes);
     return(db);
 }