website refactor
This commit is contained in:
@@ -12,7 +12,7 @@ import { OpenAdminVoteSessionInput, OpenAdminVoteSessionOutput } from '../dtos/A
|
||||
*/
|
||||
export class OpenAdminVoteSessionUseCase {
|
||||
constructor(
|
||||
private readonly adminVoteSessionRepository: IAdminVoteSessionRepository,
|
||||
private readonly adminVoteSessionRepository: AdminVoteSessionRepository,
|
||||
) {}
|
||||
|
||||
async execute(input: OpenAdminVoteSessionInput): Promise<OpenAdminVoteSessionOutput> {
|
||||
|
||||
Reference in New Issue
Block a user