forked from sanchezvem/PyroFetes
6 lines
106 B
C#
6 lines
106 B
C#
namespace API.DTO.Effect.Request;
|
|
|
|
public class CreateEffectDto
|
|
{
|
|
public string? Label { get; set; }
|
|
} |