generated from egmont11/ASP.Net-Core-MVC-Template
InitEshop+ddd+ca
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Eshop.Domain.Common;
|
||||
|
||||
public class DomainException : Exception
|
||||
{
|
||||
public DomainException (string message) : base(message) { }
|
||||
}
|
||||
Reference in New Issue
Block a user