diff --git a/Marco.Pms.Services/Service/ProjectServices.cs b/Marco.Pms.Services/Service/ProjectServices.cs index 2110ab9..ddfc5c5 100644 --- a/Marco.Pms.Services/Service/ProjectServices.cs +++ b/Marco.Pms.Services/Service/ProjectServices.cs @@ -2899,7 +2899,7 @@ namespace Marco.Pms.Services.Service } } - organizations = organizations.Distinct().ToList(); + organizations = organizations.DistinctBy(o => o.Id).ToList(); // Filter and map the data to the desired view model var response = organizations