8 lines
144 B
C#
8 lines
144 B
C#
using IdentityServer8.EntityFramework.Entities;
|
|
|
|
namespace Yavsc.Models
|
|
{
|
|
public class YavscApiScopeProperty : ApiScopeProperty
|
|
{
|
|
}
|
|
}
|