refact.
This commit is contained in:
15
Yavsc.Server/Models/Auth/Scope.cs
Normal file
15
Yavsc.Server/Models/Auth/Scope.cs
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Yavsc.Models.Auth {
|
||||
public class Scope {
|
||||
|
||||
|
||||
[Key]
|
||||
|
||||
public string Id { get; set; }
|
||||
|
||||
public string Description { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user