5 lines
124 B
C#
5 lines
124 B
C#
namespace Modules.Library.Domain.Exceptions.Genre;
|
|
|
|
public class GenreWithSameNameIsAlreadyExistException : Exception
|
|
{
|
|
} |