Fix Ajout Magician dans le UpdateSpell
This commit is contained in:
parent
3a2958c706
commit
65e564b44c
@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Domain.Entities;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@ -14,5 +15,6 @@ namespace Domain.DTO
|
||||
public string? Type { get; set; }
|
||||
public string? Creator { get; set; }
|
||||
public DateTime? CreationDate { get; set; }
|
||||
public Magician? Magician { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user