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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user