diff --git a/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs b/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs index 430e4c60a..d46f6d64e 100644 --- a/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs +++ b/IRaCIS.Core.Application/Service/Common/DTO/FrontAuditConfigViewModel.cs @@ -83,7 +83,7 @@ namespace IRaCIS.Core.Application.ViewModel /// ChildrenTypeId public string ChildrenTypeId { get; set; } = string.Empty; - public string ModuleTypeId { get; set; } = string.Empty + public string ModuleTypeId { get; set; } = string.Empty; public string ObjectTypeId { get; set; } = string.Empty;