repository layer added

This commit is contained in:
Eudes Inácio
2024-05-27 14:20:05 +01:00
parent 10d5dddfbb
commit caa11d6be7
4 changed files with 191 additions and 0 deletions
@@ -0,0 +1,9 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class AgendaDataService {
constructor() { }
}