7 lines
112 B
C#
7 lines
112 B
C#
|
namespace RustTools.Contracts.Services;
|
|||
|
|
|||
|
public interface IPageService
|
|||
|
{
|
|||
|
Type GetPageType(string key);
|
|||
|
}
|