@@ -20,7 +20,7 @@ using NPOI.POIFS.Properties;
|
||||
namespace IRaCIS.Core.Application.Service;
|
||||
|
||||
|
||||
[ ApiExplorerSettings(GroupName = "Test")]
|
||||
[ ApiExplorerSettings(GroupName = "FileRecord")]
|
||||
public class AuditDocumentService(IRepository<AuditDocument> _auditDocumentRepository,
|
||||
IMapper _mapper, IUserInfo _userInfo, IStringLocalizer _localizer): BaseService
|
||||
{
|
||||
|
||||
@@ -107,7 +107,7 @@ public class AuditDocumentAddOrEdit
|
||||
|
||||
public class AuditDocumentQuery:PageInput
|
||||
{
|
||||
public AuditDocumentType? AuditDocumentEnum { get; set; }
|
||||
public AuditDocumentType? AuditDocumentTypeEnum { get; set; }
|
||||
|
||||
public string? FileFormat { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user