6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
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
|
|
}
|