5 lines
112 B
C#
5 lines
112 B
C#
namespace Services.Interfaces {
|
|
public interface IScoreService {
|
|
void ScoreCheck(int value);
|
|
}
|
|
} |