示例#1
0
 public DataEntity.TreeMemoryEntity GetTreeMemory(string type, string BussType = "all")
 {
     return(dac.GetTreeMemory(type, BussType));
 }