Moved dynamic constraints in a dedicated folder

This commit is contained in:
Daniel Hutzel
2025-07-24 10:38:43 +02:00
parent c9021d0f46
commit 65eccfad33
7 changed files with 36 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
using { AdminService } from '../../../srv/admin-service';
annotate AdminService with @requires: false;
extend AdminService.Authors with columns {
null as books // to simulate the exclusion of books
}