This commit is contained in:
12
server/AyaNova/biz/ValidationError.cs
Normal file
12
server/AyaNova/biz/ValidationError.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace AyaNova.Biz
|
||||
{
|
||||
|
||||
public class ValidationError
|
||||
{
|
||||
public ValidationErrorType ErrorType { get; set; }
|
||||
public string Target { get; set; }
|
||||
public string Message { get; set; }
|
||||
|
||||
}//eoc
|
||||
|
||||
}//eons
|
||||
Reference in New Issue
Block a user