示例#1
0
 public void AddToMapComment(MapComment mapComment)
 {
     base.AddObject("MapComment", mapComment);
 }
示例#2
0
 public static MapComment CreateMapComment(int id)
 {
     MapComment mapComment = new MapComment();
     mapComment.ID = id;
     return mapComment;
 }