mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
Split out repositories to Infrastructure.Dapper / EntityFramework (#1759)
This commit is contained in:
5
src/Core/Entities/IStorableSubscriber.cs
Normal file
5
src/Core/Entities/IStorableSubscriber.cs
Normal file
@ -0,0 +1,5 @@
|
||||
namespace Bit.Core.Entities
|
||||
{
|
||||
public interface IStorableSubscriber : IStorable, ISubscriber
|
||||
{ }
|
||||
}
|
Reference in New Issue
Block a user