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