示例#1
0
 public int GetCount <T>(string condition = "") where T : ModelEntity, new()
 {
     return(orMapper.GetCount <T>(condition));
 }