Browse Source

[WHAT] 加入工程文件 [WHY] fix [HOW]

Dev
Janie 2 years ago
parent
commit
c5e827922c
  1. 3
      EuroTran/EasyBL.WEBAPP/EasyBL.WEBAPP.csproj
  2. 2
      EuroTran/EasyBL.WEBAPP/ShowEasy/SignupService.cs
  3. 2
      EuroTran/Entity/Entity.csproj

3
EuroTran/EasyBL.WEBAPP/EasyBL.WEBAPP.csproj

@ -121,8 +121,10 @@
<Compile Include="ShowEasy\LanguageMaintain_UpdService.cs" />
<Compile Include="ShowEasy\LanguageMaintain_QryService.cs" />
<Compile Include="ShowEasy\BookingService.cs" />
<Compile Include="ShowEasy\SECommonService.cs" />
<Compile Include="ShowEasy\ServiceMaintain_QryService.cs" />
<Compile Include="ShowEasy\ServiceMaintain_UpdService.cs" />
<Compile Include="ShowEasy\SignupService.cs" />
<Compile Include="ShowEasy\SurveyMaintain_UpdService.cs" />
<Compile Include="ShowEasy\SurveyMaintain_QryService.cs" />
<Compile Include="ShowEasy\CityMaintain_UpdService.cs" />
@ -150,6 +152,7 @@
<Compile Include="ShowEasy\SupplierMaintain_UpdService.cs" />
<Compile Include="ShowEasy\MembersService.cs" />
<Compile Include="ShowEasy\HelloService.cs" />
<Compile Include="ShowEasy\SystemService.cs" />
<Compile Include="ShowEasy\TestService.cs" />
<Compile Include="ShowEasy\ThemeMaintain_QryService.cs" />
<Compile Include="ShowEasy\ThemeMaintain_UpdService.cs" />

2
EuroTran/EasyBL.WEBAPP/ShowEasy/SignupService.cs

@ -524,6 +524,8 @@ namespace EasyBL.WEBAPP.SYS
}
}
}

2
EuroTran/Entity/Entity.csproj

@ -61,6 +61,8 @@
<Compile Include="ShowEasyDtos\ExhibStatDTO.cs" />
<Compile Include="ShowEasyDtos\CityDTO.cs" />
<Compile Include="ShowEasyDtos\ExhibInfoDTO.cs" />
<Compile Include="ShowEasyDtos\Login.cs" />
<Compile Include="ShowEasyDtos\UserData.cs" />
<Compile Include="ShowEasyDtos\VenueDTO.cs" />
<Compile Include="ShowEasyDtos\RegionDTO.cs" />
<Compile Include="ShowEasyDtos\ExhibitionDTO.cs" />

Loading…
Cancel
Save