public PatientService(I_RepositoryCRUD <Patient> PatientRepos) { this.PatientRepos = PatientRepos; }
public RendezvousService(I_RepositoryCRUD <Rendez> RendezRepos) { this.RendezRepos = RendezRepos; }
public ComtabService(I_RepositoryCRUD <Comtab> ComtabRepos) { this.ComtabRepos = ComtabRepos; }