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