コード例 #1
0
ファイル: CarMaxService.cs プロジェクト: vinsource/vincontrol
 public CarMaxService()
 {
     _commonManagementForm = new CommonManagementForm();
     _logging = new LoggingService();
 }
コード例 #2
0
 public TruckTraderService()
 {
     _commonManagementForm = new CommonManagementForm();
     _logging = new LoggingService();
 }