8 lines
137 B
C#
8 lines
137 B
C#
using IdentityServer8.EntityFramework.Entities;
|
|
|
|
namespace Yavsc.Models
|
|
{
|
|
public class YavscPersistedGrant : PersistedGrant
|
|
{
|
|
}
|
|
}
|