Files
GreadyPoang/GreadyPoang.ViewModelLayer/Interfaces/IPageFactory.cs

6 lines
93 B
C#

namespace GreadyPoang.Core;
public interface IPageFactory
{
Page CreateRoundPage();
}