client-app/src/app/core/services/carnet/payment.service.ts

10 lines
136 B
TypeScript
Raw Normal View History

2025-07-02 22:40:35 -03:00
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class PaymentService {
constructor() { }
}