コード例 #1
0
 public LocationBusinessBusinessTest()
 {
     ltr = new LocationBusinessFactory();
 }
コード例 #2
0
 public DepartmentTest()
 {
     dFactory = new LocationDepartmentFactory();
     bFactory = new LocationBusinessFactory();
     uFactory = new LocationUnit();
 }