add Base Controller, Complete Documentation and remove unncessary files ...
This commit is contained in:
@@ -6,9 +6,12 @@ using Microsoft.Extensions.DependencyInjection;
|
||||
using xCommons.Configurations;
|
||||
using xCommons.Extensions;
|
||||
using xExceptions.Constants;
|
||||
using xPushService.DI;
|
||||
using xPushService.Helpers;
|
||||
using xStringService.Interfaces.Dtos;
|
||||
using xTermsAndConditionsService.Configuration;
|
||||
using xTermsAndConditionsService.Constants;
|
||||
using xTermsAndConditionsService.Hubs;
|
||||
using xTermsAndConditionsService.Interfaces;
|
||||
using xTermsAndConditionsService.Providers;
|
||||
|
||||
@@ -123,6 +126,12 @@ namespace xTermsAndConditionsService.DI
|
||||
var stringProvider = scope.ServiceProvider.GetService<IXStringServiceProvider>();
|
||||
var serviceConfiguration = scope.ServiceProvider.GetService<XTermsAndConditionsServiceConfiguration>();
|
||||
|
||||
//
|
||||
// Using XTerms Hub ...
|
||||
var pushHelper = new XPushServiceHelper();
|
||||
pushHelper.AddHub<XTermsHub>("termsHub");
|
||||
app.UseXPushService(pushHelper);
|
||||
|
||||
//
|
||||
// Validate Requirements Exists ...
|
||||
var isValid =
|
||||
|
||||
Reference in New Issue
Block a user