mirror of
https://github.com/bitwarden/server
synced 2025-12-21 10:43:44 +00:00
APIs for premium. Billing helpers.
This commit is contained in:
5
src/Core/Models/Table/IStorableSubscriber.cs
Normal file
5
src/Core/Models/Table/IStorableSubscriber.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace Bit.Core.Models.Table
|
||||
{
|
||||
public interface IStorableSubscriber : IStorable, ISubscriber
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user