Files

6 lines
93 B
C#

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