Models, DTOs (Data Transfer Objects), and view models have been created for the directory.
This commit is contained in:
parent
33e765558c
commit
542701f342
@ -29,6 +29,7 @@ namespace Marco.Pms.Model.Mapper
|
|||||||
return new Contact
|
return new Contact
|
||||||
{
|
{
|
||||||
Id = updateContactDto.Id,
|
Id = updateContactDto.Id,
|
||||||
|
ProjectId = updateContactDto.ProjectId,
|
||||||
Name = updateContactDto.Name ?? string.Empty,
|
Name = updateContactDto.Name ?? string.Empty,
|
||||||
ContactCategoryId = updateContactDto.ContactCategoryId,
|
ContactCategoryId = updateContactDto.ContactCategoryId,
|
||||||
CreatedAt = contact.CreatedAt,
|
CreatedAt = contact.CreatedAt,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user