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