Compare commits
2 Commits
1fef1aa500
...
a47b94e1a6
| Author | SHA1 | Date |
|---|---|---|
|
|
a47b94e1a6 | |
|
|
505af40b7b |
|
|
@ -544,7 +544,7 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
[DictionaryTranslateAttribute("YesOrNo")]
|
||||
public bool IsSuccess { get; set; }
|
||||
|
||||
public string Note = string.Empty;
|
||||
public string Note { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue