From ba6c01b7c678c55dbf28c85ebb4103b1993f9ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kaan=20K=C3=B6se?= Date: Mon, 19 Aug 2024 19:16:54 +0200 Subject: [PATCH] Missing comments. --- Wino.Core.Domain/Interfaces/IBaseSynchronizer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); ///