Exemple #1
0
 public PointService(PointIconFactory pointIconFactory)
 {
     _pointIconFactory = pointIconFactory;
 }
 public PointService(PointIconFactory iconFactory)
 {
     this.iconFactory = iconFactory;
 }