Files

6 lines
94 B
C#

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