Files
TaskHybrid/salesbook.Shared/Core/Interface/IPageTitleService.cs
2025-07-02 14:12:39 +02:00

7 lines
119 B
C#

namespace salesbook.Shared.Core.Interface;
public interface IPageTitleService
{
void SetTitle(string title);
}