4 lines
156 B
C#
4 lines
156 B
C#
namespace WorkFlow.Application.DTO.Profile
|
|
{
|
|
public record ProfileCreateDto(string IntlName, int ExtId1, bool Active, byte TypeId) : BaseCreateDto;
|
|
} |