📝 repo & entity added
continuous-integration/drone/push Build is passing Details

pull/19/head
etudiant 2 years ago committed by Alexis DRAI
parent d663fe8b38
commit 66f8b507d8

@ -7,11 +7,11 @@ namespace cat_cafe.Repositories
{
public BarContext(DbContextOptions<BarContext> options)
: base(options)
{
}
{
}
public DbSet<Bar> Bars { get; set; } = null!;
}
}
}

Loading…
Cancel
Save