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