public GetAllVoterInfoHandler(ToDoTaskContext context) { _context = context; }
public RemoveVoterHandlerInfo(ToDoTaskContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public UserController(ToDoTaskContext context) { _context = context; }
public VoterInfoRepo(ToDoTaskContext context) { _context = context; }
public AddVotersHandler(ToDoTaskContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public UpdateVotersInfoHandler(ToDoTaskContext context, IMapper mapper) { _context = context; _mapper = mapper; }