mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
add constructor which takes in repository
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
|
import { GetterRepository } from "../repositories/GetterRepository";
|
||||||
|
|
||||||
class NotificationService {
|
class NotificationService {
|
||||||
|
constructor(private repository: GetterRepository) {}
|
||||||
|
|
||||||
public startListeningForNotification() {
|
public startListeningForNotification() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user