diff --git a/ELT.Client/Managers/Insurance/KaskoManager.cs b/ELT.Client/Managers/Insurance/KaskoManager.cs index e37dfc5..a9c6e07 100644 --- a/ELT.Client/Managers/Insurance/KaskoManager.cs +++ b/ELT.Client/Managers/Insurance/KaskoManager.cs @@ -49,7 +49,7 @@ namespace ELT.Client.Managers.Insurance , null , null , kaskoParams); - //if (string.IsNullOrEmpty(res.Error)) + if (string.IsNullOrEmpty(res.Error)) result.Add(companyId, res); }));