示例#1
0
 public DbLocationVisit(Location location)
 {
     Location     = new DbLocation(location);
     SemanticType = location.semanticType;
 }