Revert "changes LiebContext, renamed User to LiebUser"

This reverts commit 7b44e41eb2.
This commit is contained in:
t.ruspekhofer 2022-02-20 15:48:20 +01:00
parent 31a0e20f1d
commit e0fd579c00
12 changed files with 20 additions and 31 deletions

View file

@ -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()
{