redo
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Presentation.Infraestructura.Responses;
|
||||
|
||||
public sealed class ValidationError(string fieldName, string message)
|
||||
{
|
||||
public string Field { get; set; } = fieldName;
|
||||
public string Message { get; set; } = message;
|
||||
}
|
Reference in New Issue
Block a user