public UtilisateurController() { serviceUtilisateur = new UtilisateurService(); contratService = new ContratService(); lstcontact = new List <UserVM>(); publicationService = new PublicationService(); }
public ContratController(IContratService ause) { this.ause = ause; }