Compare commits
No commits in common. "a47b94e1a6524f6b0bd7f79d56fd469067fe8b29" and "1fef1aa500c4d1e5af986dcd3b55841431f09565" have entirely different histories.
a47b94e1a6
...
1fef1aa500
|
|
@ -544,7 +544,7 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
[DictionaryTranslateAttribute("YesOrNo")]
|
||||
public bool IsSuccess { get; set; }
|
||||
|
||||
public string Note { get; set; } = string.Empty;
|
||||
public string Note = string.Empty;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue