WIP: feature/Définition-des-entités-métier-et-interfaces #14
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using Domain.Entities;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
@ -14,5 +15,6 @@ namespace Domain.DTO
|
|||||||
public string? Type { get; set; }
|
public string? Type { get; set; }
|
||||||
public string? Creator { get; set; }
|
public string? Creator { get; set; }
|
||||||
public DateTime? CreationDate { get; set; }
|
public DateTime? CreationDate { get; set; }
|
||||||
|
public Magician? Magician { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user