refactor: renamed some classes

This commit is contained in:
Gerard Gascón 2024-04-15 17:25:24 +02:00
parent 0e7a535f6d
commit 6b1b935ea9
7 changed files with 10 additions and 10 deletions

View file

@ -0,0 +1,5 @@
namespace Presenter {
public interface IExpressionInput {
void UpdateView(int score);
}
}