yavsc/Yavsc.Abstract/Identity/Security/ICircleAuthorization.cs

8 lines
138 B
C#
Raw Normal View History

2018-07-16 02:36:44 +02:00
namespace Yavsc.Abstract.Identity.Security
{
2017-05-27 16:22:58 +02:00
public interface ICircleAuthorization
2017-05-27 16:22:58 +02:00
{
long CircleId { get; set; }
}
2017-05-27 16:22:58 +02:00
}