diff --git a/src/services/NotificationService.ts b/src/services/NotificationService.ts index 720161e..d125fad 100644 --- a/src/services/NotificationService.ts +++ b/src/services/NotificationService.ts @@ -1,4 +1,8 @@ +import { GetterRepository } from "../repositories/GetterRepository"; + class NotificationService { + constructor(private repository: GetterRepository) {} + public startListeningForNotification() { }