Fix Ajout Magician dans le UpdateSpell

This commit is contained in:
blyssco 2025-07-24 20:06:49 +02:00
parent 3a2958c706
commit 65e564b44c

View File

@ -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; }
}
}