mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
10 lines
139 B
TypeScript
10 lines
139 B
TypeScript
|
|
import { Injectable } from '@angular/core';
|
||
|
|
|
||
|
|
@Injectable({
|
||
|
|
providedIn: 'root'
|
||
|
|
})
|
||
|
|
export class ExpedienteService {
|
||
|
|
|
||
|
|
constructor() { }
|
||
|
|
}
|