コード例 #1
0
 public TenantLogonService(ITenantLogonRepository repository) : base(repository)
 {
     _repository = repository;
 }
コード例 #2
0
ファイル: TenantService.cs プロジェクト: war-man/YuebonCore
 public TenantService(ITenantRepository repository, ITenantLogonRepository repositoryLogon) : base(repository)
 {
     _repository      = repository;
     _repositoryLogon = repositoryLogon;
 }