public LocationDepartmentTest()
 {
     ltr = new LocationDepartmentFactory();
 }
 public LocationDepartmentBusinessTest()
 {
     ltr = new LocationDepartmentFactory();
 }
Example #3
0
 public DepartmentTest()
 {
     dFactory = new LocationDepartmentFactory();
     bFactory = new LocationBusinessFactory();
     uFactory = new LocationUnit();
 }