change easyui to bootstrap

This commit is contained in:
yubaolee
2015-04-27 00:10:02 +08:00
parent 370b390c7c
commit ae2d70a028
171 changed files with 5584 additions and 17324 deletions

View File

@@ -46,6 +46,11 @@ namespace OpenAuth.Infrastructure.Mapping
m.ToTable("UserRole");
});
//Ĭ<>Ͻ<EFBFBD>ɫ
this.HasOptional(u => u.DefaultRole)
.WithMany()
.HasForeignKey(u =>u.RoleId);
// Table & Column Mappings
this.ToTable("User");
this.Property(t => t.UserId).HasColumnName("UserId");