DbContext

I'm a newbie at correlating SQL Server with EntityFrameworkCore Razor Pages.

I need to use 2 tables in the app I'm implementing in SQL Server. I'm having trouble with the entity declarations in the DbSet statements.

Is the string between the <> supposed to match the model name? or where do I get it?