Major update
This commit is contained in:
@@ -6,13 +6,13 @@ using Teams.Entities;
|
||||
|
||||
namespace Teams.DbContexts
|
||||
{
|
||||
public partial class MlbGameDayContext : DbContext
|
||||
public partial class TeamsContext : DbContext
|
||||
{
|
||||
public MlbGameDayContext()
|
||||
public TeamsContext()
|
||||
{
|
||||
}
|
||||
|
||||
public MlbGameDayContext(DbContextOptions<MlbGameDayContext> options)
|
||||
public TeamsContext(DbContextOptions<TeamsContext> options)
|
||||
: base(options)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user