Files
YouTube-Manager/Manager.App/Services/ILibraryService.cs
2025-08-18 01:56:41 +02:00

6 lines
74 B
C#

namespace Manager.App.Services;
public interface ILibraryService
{
}