generated from Integry/Template_NetMauiBlazorHybrid
7 lines
119 B
C#
7 lines
119 B
C#
namespace salesbook.Shared.Core.Interface;
|
|
|
|
public interface IPageTitleService
|
|
{
|
|
void SetTitle(string title);
|
|
}
|