Remove redundant message

This commit is contained in:
Aleh Khantsevich
2024-08-31 13:39:32 +02:00
parent 85c3833452
commit ebf196ec73
2 changed files with 1 additions and 14 deletions

View File

@@ -1,8 +0,0 @@
namespace Wino.Messaging.Client.Mails
{
/// <summary>
/// When selected mail count is changed.
/// </summary>
/// <param name="SelectedItemCount">New selected mail count.</param>
public record SelectedMailItemsChanged(int SelectedItemCount);
}