refactor (networking)
This commit is contained in:
parent
febc4d9488
commit
450a6f2796
153 changed files with 7834 additions and 8004 deletions
|
|
@ -20,7 +20,7 @@ public static class Navigation
|
|||
public const string Logout = "account/logout";
|
||||
public const string Lockout = "account/lockout";
|
||||
public const string Profile = "account/profile";
|
||||
public const string ChangePassword = "account/changepassword";
|
||||
public const string ChangePassword = "account/changepassword";
|
||||
|
||||
public static string LoginHref(string redirect)
|
||||
{
|
||||
|
|
@ -106,7 +106,7 @@ public static class Navigation
|
|||
{
|
||||
public const string Index = "management/accounts";
|
||||
public const string Details = "management/accounts/{accountId}";
|
||||
|
||||
|
||||
public static string DetailsHref(string? accountId)
|
||||
{
|
||||
return Details.Replace("{accountId}", accountId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue