Organization_Management #142

Merged
ashutosh.nehete merged 92 commits from Organization_Management into main 2025-09-30 09:05:14 +00:00
Showing only changes of commit 64bde99ab5 - Show all commits

View File

@ -127,7 +127,7 @@ namespace Marco.Pms.Services.Controllers
.Take(pageSize)
.ToListAsync();
if (organizations.Any())
if (!organizations.Any())
{
organizations = await _context.Tenants.AsNoTracking()
.Include(t => t.Organization)