forked from Sarah/Lieb-Website
renamed User to LiebUser
This commit is contained in:
parent
e0fd579c00
commit
15608f0e31
10 changed files with 15 additions and 15 deletions
|
@ -20,7 +20,7 @@ namespace Lieb.Pages.Users
|
|||
_context = context;
|
||||
}
|
||||
|
||||
public IList<User> User { get;set; }
|
||||
public IList<LiebUser> User { get;set; }
|
||||
|
||||
public async Task OnGetAsync()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue