Ejemplo n.º 1
0
 /// <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;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MapLegendManager"/> class.
 /// </summary>
 public MapLegendManager()
 {
     this.repository = new MapLegendRepository();
 }