9 lines
129 B
C#
9 lines
129 B
C#
|
|
using IdentityServer8.EntityFramework.Entities;
|
||
|
|
|
||
|
|
namespace Yavsc.Models
|
||
|
|
{
|
||
|
|
public class YavscApiScope : ApiScope
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|