commit
continuous-integration/drone/push Build is failing Details

pull/11/head
Victor Perez NGOUNOU 2 years ago
parent ed06375df1
commit ab64c11ea5

@ -9,8 +9,6 @@ namespace DTOs
public class JoueurDTO public class JoueurDTO
{ {
#region Properties #region Properties
[Key]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public long Id { get; set; } public long Id { get; set; }
public string Pseudo { get; set; } public string Pseudo { get; set; }
public ICollection<PartieDTO> PartieDTO { get; set; } = new List<PartieDTO>(); public ICollection<PartieDTO> PartieDTO { get; set; } = new List<PartieDTO>();

Loading…
Cancel
Save