Browse Source

[WHAT] Signup API相關工程文件

Dev
Janie 2 years ago
parent
commit
6fc06d2a6f
  1. 1
      EuroTran/EasyBL.WEBAPP/EasyBL.WEBAPP.csproj
  2. 1
      EuroTran/WebApp/WebApp.csproj

1
EuroTran/EasyBL.WEBAPP/EasyBL.WEBAPP.csproj

@ -146,6 +146,7 @@
<Compile Include="ShowEasy\SupplierMaintain_UpdService.cs" /> <Compile Include="ShowEasy\SupplierMaintain_UpdService.cs" />
<Compile Include="ShowEasy\MembersService.cs" /> <Compile Include="ShowEasy\MembersService.cs" />
<Compile Include="ShowEasy\SystemService.cs" /> <Compile Include="ShowEasy\SystemService.cs" />
<Compile Include="ShowEasy\SignupService.cs" />
<Compile Include="ShowEasy\TestService.cs" /> <Compile Include="ShowEasy\TestService.cs" />
<Compile Include="ShowEasy\ThemeMaintain_QryService.cs" /> <Compile Include="ShowEasy\ThemeMaintain_QryService.cs" />
<Compile Include="ShowEasy\ThemeMaintain_UpdService.cs" /> <Compile Include="ShowEasy\ThemeMaintain_UpdService.cs" />

1
EuroTran/WebApp/WebApp.csproj

@ -2041,6 +2041,7 @@
<Compile Include="Controllers\ServiceController.cs" /> <Compile Include="Controllers\ServiceController.cs" />
<Compile Include="Controllers\MembersController.cs" /> <Compile Include="Controllers\MembersController.cs" />
<Compile Include="Controllers\TestController.cs" /> <Compile Include="Controllers\TestController.cs" />
<Compile Include="Controllers\SignupController.cs" />
<Compile Include="Global.asax.cs"> <Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon> <DependentUpon>Global.asax</DependentUpon>
</Compile> </Compile>

Loading…
Cancel
Save