summaryrefslogtreecommitdiff
path: root/src/main/java/com/stileeducation/markr/service/TestResultsService.java
blob: 810cffafc1a031f49456b0b52c3d19e4d6ad74f7 (plain)
1
2
3
4
5
6
7
package com.stileeducation.markr.service;

import com.stileeducation.markr.dto.MCQTestResultsDTO;

public interface TestResultsService {
  MCQTestResultsDTO importTestResults(MCQTestResultsDTO mcqTestResults);
}