示例#1
0
 public CarMaxService()
 {
     _commonManagementForm = new CommonManagementForm();
     _logging = new LoggingService();
 }
 public TruckTraderService()
 {
     _commonManagementForm = new CommonManagementForm();
     _logging = new LoggingService();
 }