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

Class

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

Source from the content-addressed store, hash-verified

13
14@Injectable()
15export class UserService extends BaseService<UserDocument, UserRepository> {
16 constructor(
17 protected readonly repository: UserRepository,
18 protected readonly awsService: AwsS3Service,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected