8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
namespace AdminService; //> for cds.entities
|
|
|
|
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
|
|
}
|