chore: add invoice and subscription entities

This commit is contained in:
mahyargdz
2025-02-08 15:27:32 +03:30
parent ffa2a2a806
commit e4f201bea2
16 changed files with 181 additions and 10 deletions
@@ -0,0 +1,4 @@
import { Injectable } from "@nestjs/common";
@Injectable()
export class SubscriptionsService {}