Add project files.
This commit is contained in:
6
Gready_Poang.ViewModelLayer/Interfaces/IPageFactory.cs
Normal file
6
Gready_Poang.ViewModelLayer/Interfaces/IPageFactory.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace GreadyPoang.Core;
|
||||
|
||||
public interface IPageFactory
|
||||
{
|
||||
Page CreateRoundPage();
|
||||
}
|
||||
Reference in New Issue
Block a user