Beispiel #1
0
 public int UpdataTreeMemory(DataEntity.TreeMemoryEntity treeMemoryEntity)
 {
     return(dac.UpdataTreeMemory(treeMemoryEntity));
 }