...
This commit is contained in:
@@ -9,6 +9,7 @@ namespace Hushian.Application.Models
|
||||
public T? Value { get; set; }
|
||||
public bool Success { get; set; }=false;
|
||||
public List<string> Errors { get; set; }=new List<string>();
|
||||
public List<string> Warning { get; set; }=new List<string>();
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user