Added Migration for contact related tables

This commit is contained in:
ashutosh.nehete 2025-05-14 16:10:07 +05:30
parent a23c8c3ff0
commit b5ce7eb73f

View File

@ -44,7 +44,7 @@ namespace Marco.Pms.Model.Mapper
Id = contact.Id, Id = contact.Id,
ProjectId = contact.ProjectId, ProjectId = contact.ProjectId,
Name = contact.Name, Name = contact.Name,
ContactType = contact.ContactCategory != null ? contact.ContactCategory.ToContactTypeVMFromContactTypeMaster() : new ContactCategoryVM(), ContactType = contact.ContactCategory != null ? contact.ContactCategory.ToContactCategoryVMFromContactCategoryMaster() : new ContactCategoryVM(),
Description = contact.Description ?? string.Empty, Description = contact.Description ?? string.Empty,
Organization = contact.Organization ?? string.Empty, Organization = contact.Organization ?? string.Empty,
Address = contact.Address ?? string.Empty Address = contact.Address ?? string.Empty