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