Models, DTOs (Data Transfer Objects), and view models have been created for the directory.

This commit is contained in:
ashutosh.nehete 2025-05-14 15:17:05 +05:30
parent 33e765558c
commit 542701f342

View File

@ -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,