Document_Manager #129

Merged
ashutosh.nehete merged 83 commits from Document_Manager into main 2025-09-11 04:12:01 +00:00
Showing only changes of commit cd489f45ae - Show all commits

View File

@ -1181,7 +1181,7 @@ namespace Marco.Pms.Services.Service
} }
// ✅ Fetch and map // ✅ Fetch and map
var documentType = await documentTypeQuery.ToListAsync(); var documentType = await documentTypeQuery.Include(dt => dt.DocumentCategory).ToListAsync();
var response = _mapper.Map<List<DocumentTypeVM>>(documentType); var response = _mapper.Map<List<DocumentTypeVM>>(documentType);
_logger.LogInfo("{Count} document type fetched successfully for TenantId: {TenantId} by Employee {EmployeeId}", _logger.LogInfo("{Count} document type fetched successfully for TenantId: {TenantId} by Employee {EmployeeId}",