yavsc/Yavsc/Models/Relationship/Link.cs
2017-05-15 13:36:14 +02:00

11 lines
200 B
C#

namespace Yavsc.Models.Relationship
{
public class Link
{
public string HRef { get; set; }
public string Rel { get; set; }
public string Method { get; set; }
}
}