Paiement fonctionne

This commit is contained in:
Victor Turgeon
2022-12-08 20:27:06 -05:00
parent 10abe82b83
commit 4705da96db
9 changed files with 1562 additions and 39 deletions

View File

@@ -11,4 +11,5 @@ public class ChargesModel {
public string Name { get; set; }
public string Email { get; set; }
public string Phone { get; set; }
public string LastFourDigits { get; set; }
}