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