Add-Migration
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
namespace GrossesMitainesAPI.Models;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace GrossesMitainesAPI.Models;
|
||||
public class ChargesModel {
|
||||
[Key]
|
||||
public int Id { get; set; }
|
||||
public string Token { get; set; }
|
||||
public string Description { get; set; }
|
||||
public long AmountInCents { get; set; }
|
||||
|
Reference in New Issue
Block a user