object page first version

This commit is contained in:
D070615
2025-06-18 15:41:46 +02:00
parent 044f513e16
commit aeb8bca9ac
6 changed files with 179 additions and 5 deletions

View File

@@ -3,4 +3,5 @@ service AdminService @(path:'/admin') {
entity Authors as projection on my.Authors;
entity Books as projection on my.Books;
entity Genres as projection on my.Genres;
entity Contents as projection on my.Contents;
}