forked from sanchezvem/PyroFetes
7 lines
136 B
C#
7 lines
136 B
C#
namespace API.DTO.Effect.Response;
|
|
|
|
public class GetEffectDto
|
|
{
|
|
public int Id { get; set; }
|
|
public string? Label { get; set; }
|
|
} |