示例#1
0
文件: Mapper.cs 项目: solyutor/enhima
 public void AttachConvention(Convention convention)
 {
     convention.Attach();
     _conventions.Add(convention);
 }