diff --git a/Wino.Core.Domain/Interfaces/IBaseSynchronizer.cs b/Wino.Core.Domain/Interfaces/IBaseSynchronizer.cs index 00b1ec6c..fe0044a5 100644 --- a/Wino.Core.Domain/Interfaces/IBaseSynchronizer.cs +++ b/Wino.Core.Domain/Interfaces/IBaseSynchronizer.cs @@ -46,9 +46,9 @@ namespace Wino.Core.Domain.Interfaces /// /// Synchronizes profile information with the server. - /// Sender name and + /// Sender name and Profile picture are updated. /// - /// + /// Profile information model that holds the values. Task GetProfileInformationAsync(); ///