示例#1
0
 public PatientService(I_RepositoryCRUD <Patient> PatientRepos)
 {
     this.PatientRepos = PatientRepos;
 }
 public RendezvousService(I_RepositoryCRUD <Rendez> RendezRepos)
 {
     this.RendezRepos = RendezRepos;
 }
示例#3
0
 public ComtabService(I_RepositoryCRUD <Comtab> ComtabRepos)
 {
     this.ComtabRepos = ComtabRepos;
 }