Removing variable service
This commit is contained in:
@@ -80,13 +80,6 @@ public interface IMyDialogService
|
||||
public void Hide();
|
||||
}
|
||||
|
||||
public interface IVariableService
|
||||
{
|
||||
public Dictionary<string, string> Variables { get; set; }
|
||||
public Task Load();
|
||||
public bool IsLoaded();
|
||||
}
|
||||
|
||||
public interface IEconomyComparisonService
|
||||
{
|
||||
public List<BuildToCompareModel> BuildsToCompare { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user