yavsc/Yavsc/Models/Relationship/Link.cs

12 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; }
}
}