Feature_Directory #90
@ -29,6 +29,7 @@ namespace Marco.Pms.Model.Mapper
|
||||
return new Contact
|
||||
{
|
||||
Id = updateContactDto.Id,
|
||||
ProjectId = updateContactDto.ProjectId,
|
||||
Name = updateContactDto.Name ?? string.Empty,
|
||||
ContactCategoryId = updateContactDto.ContactCategoryId,
|
||||
CreatedAt = contact.CreatedAt,
|
||||
|
Loading…
x
Reference in New Issue
Block a user