Ejemplo n.º 1
0
 public LienketWebServices(ILienKetWebRepository repository, IUnitOfWork unitOfWork)
 {
     this._Repository = repository;
     this._unitOfWork = unitOfWork;
 }
Ejemplo n.º 2
0
 public LienKetWebServices(ILienKetWebRepository Repository, IUnitOfWork unitOfWork, ILogActionRepository repositoryLogAction)
 {
     this._Repository          = Repository;
     this._unitOfWork          = unitOfWork;
     this._RepositoryLogAction = repositoryLogAction;
 }