Nettoyage
This commit is contained in:
parent
65e564b44c
commit
b05e08bb5a
@ -1,16 +1,11 @@
|
|||||||
using Domain.Entities;
|
using Domain.Entities;
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace Domain.DTO
|
namespace Domain.DTO
|
||||||
{
|
{
|
||||||
public class UpdateSpell
|
public class UpdateSpell
|
||||||
{
|
{
|
||||||
public required Guid id { get; set; }
|
public required Guid id { get; set; }
|
||||||
public string? Name { get; set; }
|
public string? Name { get; set; }
|
||||||
public string? Description { get; set; }
|
public string? Description { get; set; }
|
||||||
public string? Type { get; set; }
|
public string? Type { get; set; }
|
||||||
public string? Creator { get; set; }
|
public string? Creator { get; set; }
|
||||||
|
|||||||
@ -1,10 +1,4 @@
|
|||||||
using System;
|
namespace Domain.Entities
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace Domain.Entities
|
|
||||||
{
|
{
|
||||||
public class Magician
|
public class Magician
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user