public EtudiantController(IWebHostEnvironment environment, IDepotInscriptions p_depotInscription, IDepotTravail p_depotTravail, IDepotCorrections p_depotCorrections, IDepotSolution p_depotsolution) { this.hostingEnvironment = environment; this.m_depotInscription = p_depotInscription; this.m_depotTravail = p_depotTravail; this.m_depotCorrections = p_depotCorrections; this.m_depotSolution = p_depotsolution; }
public ProfesseurController(IWebHostEnvironment environment, IDepotTravail p_depotTravail, IDepotSolution p_depotSolution, IDepotInscriptions p_depotInscription, IDepotCorrections p_depotCorrections) { this.hostingEnvironment = environment; this.m_depotTravail = p_depotTravail; this.m_depotSolution = p_depotSolution; this.m_depotInscription = p_depotInscription; this.m_depotCorrections = p_depotCorrections; }