/// <summary> /// Initializes a new instance of the <see cref="MapLegendManager"/> class. /// </summary> /// <param name="rep"> /// The rep. /// </param> public MapLegendManager(IMapLegendRepository rep) { this.repository = rep; }
/// <summary> /// Initializes a new instance of the <see cref="MapLegendManager"/> class. /// </summary> public MapLegendManager() { this.repository = new MapLegendRepository(); }