7 lines
177 B
C#
7 lines
177 B
C#
using Modules.Library.Domain.Gateways;
|
|
|
|
namespace Modules.Library.Domain.Interactors.MediaContent.Anime.Season;
|
|
|
|
public class DeleteInteractor(IAnimeTitleGateway gateway)
|
|
{
|
|
} |