Ejemplo n.º 1
0
 public CodesService(
     IDistributedCache <Codes> cache,
     ICodesTreeRepository codesTreeRepository,
     ICurrentTenant currentTenant
     )
 {
     _cache = cache;
     _codesTreeRepository = codesTreeRepository;
     _currentTenant       = currentTenant;
 }
 public CodesTreeAppService(ICodesTreeRepository repository) : base(repository)
 {
     this._repository = repository;
 }