implement
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using AipsCore.Domain.Abstract.Validation;
|
||||
using AipsCore.Domain.Models.Shape.ValueObjects;
|
||||
|
||||
namespace AipsCore.Domain.Models.Shape.Validation;
|
||||
|
||||
public class ShapeErrors : AbstractErrors<Shape, ShapeId>
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user