Models, DTOs (Data Transfer Objects), and view models have been created for the directory.
This commit is contained in:
parent
a7f41af44f
commit
25c91a64ad
@ -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