Compare commits

..

No commits in common. "a47b94e1a6524f6b0bd7f79d56fd469067fe8b29" and "1fef1aa500c4d1e5af986dcd3b55841431f09565" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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;
}