Error pageNOS

This commit is contained in:
2026-04-21 12:50:54 +02:00
parent 59b0b57ec2
commit f95677d503
3 changed files with 24 additions and 20 deletions

View File

@@ -64,7 +64,10 @@ export class SimNosUsecases {
}
public async selectPage(args: {
offset?: number,
limit?: number,
filter?: string,
orderBy?: string
}) {
const res = await this.nosRepository.getLinePage(args)
return res