public TiersController(ICompte_GService compte_GService, ITiersContactsService tiersContactService, ITiersService tiersService, IDossiersService dossiersService, ITypePaiementService typePaiementService, IItemsService itemsService, IDevisesService devisesService, IEcritureService ecritureService) { this.compte_GService = compte_GService; this.tiersService = tiersService; this.dossiersService = dossiersService; this.typePaiementService = typePaiementService; this.itemsService = itemsService; this.devisesService = devisesService; this.ecritureService = ecritureService; this.tiersContactService = tiersContactService; }
public GEN_TiersContactsController(ITiersContactsService tiersContactsServise, IDossiersService dossiersService) { this.tiersContactsServise = tiersContactsServise; this.dossiersService = dossiersService; }