Aprouver le paiement

This commit is contained in:
Paul Schneider 2017-05-15 13:36:14 +02:00
commit 3cf200cfc7
22 changed files with 4608 additions and 39 deletions

View file

@ -0,0 +1,11 @@
namespace Yavsc.Models.Relationship
{
public class Link
{
public string HRef { get; set; }
public string Rel { get; set; }
public string Method { get; set; }
}
}