Firebase_Implementation #135

Merged
ashutosh.nehete merged 62 commits from Firebase_Implementation into main 2025-09-20 12:11:54 +00:00
Showing only changes of commit cdc2afb688 - Show all commits

View File

@ -2653,6 +2653,7 @@ namespace Marco.Pms.Services.Service
});
// Save changes to bucket and logs
_context.Buckets.Update(bucket);
await _context.SaveChangesAsync();
// Now load contacts related to the bucket using a separate context for parallelism