Cleanup
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
using System;
|
||||
using Services.Interfaces;
|
||||
using VContainer.Unity;
|
||||
using Views;
|
||||
|
||||
namespace Presenter {
|
||||
public class ScorePresenter : IDisposable{
|
||||
private IScoreService scoreService;
|
||||
private ScoreView scoreView;
|
||||
private readonly IScoreService scoreService;
|
||||
private readonly ScoreView scoreView;
|
||||
public ScorePresenter(IScoreService scoreService, ScoreView scoreView) {
|
||||
this.scoreService = scoreService;
|
||||
this.scoreView = scoreView;
|
||||
|
||||
Reference in New Issue
Block a user