Пример #1
0
 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 TypePaiementController(ITypePaiementService typePaiementService, IItemsService itemsServise, ITypePaiementDetailService paiementDetailService)
 {
     this.typePaiementService   = typePaiementService;
     this.itemsServise          = itemsServise;
     this.paiementDetailService = paiementDetailService;
 }