chore: alle Projekte in das Verzeichnis src verschieben
This commit is contained in:
4
src/WorkFlow.Application/DTO/Profile/ProfileUpdateDto.cs
Normal file
4
src/WorkFlow.Application/DTO/Profile/ProfileUpdateDto.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace WorkFlow.Application.DTO.Profile
|
||||
{
|
||||
public record ProfileUpdateDto(string IntlName, int ExtId1, bool Active, byte TypeId) : BaseUpdateDto;
|
||||
}
|
||||
Reference in New Issue
Block a user