riversong code showcase
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public interface IBuildingPanelSectionPresenter
|
||||
{
|
||||
bool IsSectionRelevant(Building building);
|
||||
|
||||
void InitializeSection(BuildingPanelModel model, Building building);
|
||||
|
||||
void UpdateSection(BuildingPanelModel model, Building building);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user