mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
license verification services for user/org
This commit is contained in:
10
src/Core/Services/ILicenseVerificationService.cs
Normal file
10
src/Core/Services/ILicenseVerificationService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Bit.Core.Models.Table;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
{
|
||||
public interface ILicenseVerificationService
|
||||
{
|
||||
bool VerifyOrganizationPlan(Organization organization);
|
||||
bool VerifyUserPremium(User user);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user