极客正式套餐开通tx
This commit is contained in:
16
Services/Hncore.Pass.Vpn/Service/AgreementService.cs
Normal file
16
Services/Hncore.Pass.Vpn/Service/AgreementService.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using Hncore.Infrastructure.Service;
|
||||
using Hncore.Pass.Vpn.Domain;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
|
||||
namespace Hncore.Pass.Vpn.Service
|
||||
{
|
||||
public partial class AgreementService : ServiceBase<AgreementEntity>, IFindService
|
||||
{
|
||||
CourseContext m_DbContext;
|
||||
public AgreementService(CourseContext dbContext, IHttpContextAccessor httpContextAccessor) : base(dbContext, httpContextAccessor)
|
||||
{
|
||||
m_DbContext = dbContext;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user