Files
notificationServer/src/notifications/notification.service.ts
AmirHossein Mahmoodi 416e05c31e init notification
2023-10-24 10:55:50 +03:30

5 lines
96 B
TypeScript

import { Injectable } from "@nestjs/common";
@Injectable()
export class NotificationService {
}