Ejemplo n.º 1
0
 public TenantLogonService(ITenantLogonRepository repository) : base(repository)
 {
     _repository = repository;
 }
Ejemplo n.º 2
0
 public TenantService(ITenantRepository repository, ITenantLogonRepository repositoryLogon) : base(repository)
 {
     _repository      = repository;
     _repositoryLogon = repositoryLogon;
 }