Namespace Serenity.MusicPlayer.InterfaceAdapters.Gateways.Factories
Classes
UnityMusicPlayerGatewayFactory
Factory for creating Unity music player gateway instances.
Provides a simple factory implementation for instantiating UnityMusicPlayerGateway objects with service collections.
Implements the IMusicPlayerGatewayFactory interface to support dependency injection and gateway creation patterns.
Enables clean separation between gateway creation logic and gateway usage throughout the application.