Compare commits

..

No commits in common. "a37a1a6b95fd3c93f065f1e2d692915061209c1b" and "3a6afd69586644d741bd0411605bb0d54ba6cd6d" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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