Files
2023-08-13 13:40:04 -04:00

7 lines
126 B
C#

namespace TemplateStudioSampleApp.Contracts.Services;
public interface IPageService
{
Type GetPageType(string key);
}