Skip to content
Snippets Groups Projects
subscription.service.ts 99 B
Newer Older
Adrian Paschkowski's avatar
V2
Adrian Paschkowski committed
import { Injectable } from '@nestjs/common';

@Injectable()
export class SubscriptionService {
	
}