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