You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
partner_program/src/main/java/com/example/myapp/service/QuestionSeting.java

8 lines
182 B

// QuestionSeting.java
package com.example.myapp.service;
import com.example.myapp.model.Expression;
public interface QuestionSeting {
Expression setQuestion(int count);
}