MCPcopy Create free account
hub / github.com/Braineanear/EcommerceAPI /

Class

monolithic/src/app/modules/size/size.service.ts:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7@Injectable()
8export class SizeService extends BaseService<SizeDocument, SizeRepository> {
9 constructor(protected readonly repository: SizeRepository) {
10 super();
11 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected