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