Example #1
0
 public UnitTest1()
 {
     shapesDAO = new MyShapesDAO();
 }
Example #2
0
 public ShapeBUS()
 {
     shapesDAO = new MyShapesDAO();
     Shapes    = new ObservableCollection <MyShape>();
 }