Beispiel #1
0
 public FigureLogic()
 {
     fig = new FigureDAO();
 }
Beispiel #2
0
 public FigureLogic(IFigureDAO fig)
 {
     this.fig = fig;
 }