Make the CatalogService usage more obvious

This commit is contained in:
Christian Georgi
2021-02-17 16:00:10 +01:00
parent d72ff809b0
commit a5c8b5101e

View File

@@ -16,7 +16,7 @@ extend service S4 with {
You can mashup entities from external services, or projections You can mashup entities from external services, or projections
thereof, with your project's own entities thereof, with your project's own entities
*/ */
using { sap.capire.bookshop.Books } from '@capire/bookshop'; using { sap.capire.bookshop.Books, CatalogService } from '@capire/bookshop';
extend Books with { extend Books with {
supplier : Association to S4.Suppliers; supplier : Association to S4.Suppliers;
} }