Files
server/src/Core/Models/Table/IStorableSubscriber.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
113 B
C#
Raw Normal View History

2017-07-06 14:55:58 -04:00
namespace Bit.Core.Models.Table
{
public interface IStorableSubscriber : IStorable, ISubscriber
{ }
}