示例#1
0
 public EntrepriseService(IEntrepriseRepository entrepriseRepository, IUnitOfWork unitOfWork)
 {
     _entrepriseRepository = entrepriseRepository;
     _unitOfWork           = unitOfWork;
 }
示例#2
0
 public Annuaire(IEntrepriseRepository enterpriseRepository)
 {
     this.enterpriseRepository = enterpriseRepository;
 }