public GetAssetListQueryHandler(IHahnDbContext context, IMapper mapper) { this._context = context; this._mapper = mapper; }
public DeleteAssetCommandHandler(IHahnDbContext context) { this._context = context; }