Exemplo n.º 1
0
 public EntrepriseService(IEntrepriseRepository entrepriseRepository, IUnitOfWork unitOfWork)
 {
     _entrepriseRepository = entrepriseRepository;
     _unitOfWork           = unitOfWork;
 }
Exemplo n.º 2
0
 public Annuaire(IEntrepriseRepository enterpriseRepository)
 {
     this.enterpriseRepository = enterpriseRepository;
 }