Missing comments.

This commit is contained in:
Burak Kaan Köse
2024-08-19 19:16:54 +02:00
parent 7a7cdcb041
commit ba6c01b7c6

View File

@@ -46,9 +46,9 @@ namespace Wino.Core.Domain.Interfaces
/// <summary> /// <summary>
/// Synchronizes profile information with the server. /// Synchronizes profile information with the server.
/// Sender name and /// Sender name and Profile picture are updated.
/// </summary> /// </summary>
/// <returns></returns> /// <returns>Profile information model that holds the values.</returns>
Task<ProfileInformation> GetProfileInformationAsync(); Task<ProfileInformation> GetProfileInformationAsync();
/// <summary> /// <summary>