Aprouver le paiement
This commit is contained in:
parent
b3d5233d90
commit
3cf200cfc7
22 changed files with 4608 additions and 39 deletions
11
Yavsc/Models/Relationship/Link.cs
Normal file
11
Yavsc/Models/Relationship/Link.cs
Normal 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; }
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue