yavsc/Yavsc/Model/Auth/Scope.cs

10 lines
148 B
C#
Raw Normal View History

2016-05-17 18:22:18 +02:00
namespace Yavsc.Models.Auth {
public class Scope {
public string Id { get; set; }
public string Description { get; set; }
}
}