예제 #1
0
 public static ICreateTableWithColumnSyntax WithUserStamps(
     this ICreateTableWithColumnSyntax table)
 {
     return(table.WithUserStamps("CreatedById", "UpdatedById"));
 }