Compare commits
No commits in common. "a37a1a6b95fd3c93f065f1e2d692915061209c1b" and "3a6afd69586644d741bd0411605bb0d54ba6cd6d" have entirely different histories.
a37a1a6b95
...
3a6afd6958
|
|
@ -85,7 +85,7 @@ namespace IRaCIS.Core.Domain.Models
|
|||
|
||||
public bool IsSuccess { get; set; }
|
||||
|
||||
public string Note { get; set; } = string.Empty;
|
||||
public string Note = string.Empty;
|
||||
|
||||
public string RecordPath { get; set; }=string.Empty;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue