mirror of
https://github.com/PacktPublishing/Web-Development-with-Blazor-Second-Edition.git
synced 2026-04-11 01:03:52 +00:00
6 lines
76 B
C#
6 lines
76 B
C#
|
|
namespace Components.RazorComponents;
|
|||
|
|
|
|||
|
|
public interface ILoginStatus
|
|||
|
|
{
|
|||
|
|
}
|