@@ -44,9 +44,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
public bool MetaKey { get; set; } = false;
|
||||
|
||||
public string Text { get; set; }
|
||||
public string Text { get; set; } = string.Empty;
|
||||
|
||||
public string Code { get; set; } = string.Empty;
|
||||
public string Code { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -19,10 +19,10 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
#endregion
|
||||
|
||||
public string TemplateName { get; set; }
|
||||
|
||||
public string TemplateName { get; set; } = string.Empty;
|
||||
|
||||
public Guid UserId { get; set; }
|
||||
|
||||
public Guid UserId { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user