last ...
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using xAiService.DI;
|
||||
using xCommons.Extensions;
|
||||
using xFileService.DI;
|
||||
using xMessageService.DI;
|
||||
@@ -176,6 +177,13 @@ namespace xServices.DI
|
||||
//
|
||||
// Terms and Conditions Service ...
|
||||
services.AddXTermsConditionsService(lifeTime: lifeTime);
|
||||
|
||||
//
|
||||
// Ai Service ...
|
||||
services.AddXAIService(
|
||||
lifeTime: lifeTime,
|
||||
configuration: configuration
|
||||
);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="megan" value="https://hub.megan.ir/nuget/index.json" />
|
||||
<add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
||||
<add key="baget" value="https://nuget.saherelmhub.ir/v3/index.json" protocolVersion="3" />
|
||||
<add key="RunFlare" value="https://mirror-nuget.runflare.com/v3/index.json" protocolVersion="3" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
@@ -28,6 +28,7 @@
|
||||
|
||||
<!-- Project Dependencies -->
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\XAiService\XAiService.csproj" />
|
||||
<ProjectReference Include="..\xDataHelper\xDataHelper.csproj" />
|
||||
<ProjectReference Include="..\xIdentityHelper\xIdentityHelper.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user