public GeoLine(GeoLine geoLine) { this.FromLat = geoLine.FromLat; this.FromLong = geoLine.FromLong; this.ToLat = geoLine.ToLat; this.ToLong = geoLine.ToLong; }
public GeoLineRequest(GeoLine geoLine, string userId) : base(geoLine) { this.UserId = userId; }