Убраны лишние классы

This commit is contained in:
FrigaT
2026-04-14 02:44:57 +03:00
parent 699d38da74
commit 50da85be57
4 changed files with 19 additions and 32 deletions

View File

@@ -5,15 +5,11 @@ namespace YandexMusic.API.Requests.Common;
internal class YRequest<T>
{
#region Поля
private HttpRequestMessage msg;
private IRequestProvider provider;
protected YandexMusicApi api;
#endregion Поля
public YRequest(HttpRequestMessage message, YandexMusicApi yandex, AuthStorage auth)
{
msg = message;