Чистка кода

This commit is contained in:
FrigaT
2026-04-14 01:05:06 +03:00
parent 5717b1ec0c
commit 40ea9166d2
29 changed files with 48 additions and 34 deletions

View File

@@ -0,0 +1,7 @@
namespace PlaylistShared.Shared.Playlist;
public class SharePlaylistRequest
{
public string Kind { get; set; }
public string OwnerUid { get; set; }
}