client-app/src/app/core/services/carnet/payment.service.ts
2025-07-02 22:40:35 -03:00

10 lines
136 B
TypeScript

import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class PaymentService {
constructor() { }
}