示例#1
0
 public void Get <T>(T obj) where T : ModelEntity, new()
 {
     orMapper.Load <T>(obj);
 }