4 lines
115 B
C#
4 lines
115 B
C#
namespace WorkFlow.Application.DTO.State
|
|
{
|
|
public record StateCreateDto(string IntlState) : BaseCreateDto;
|
|
} |