Skip to content

Commit ef23c5e

Browse files
author
Azy
authored
Update README.md
1 parent 3e6460b commit ef23c5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public partial class DB : DbContext, IDbContext
4444
{
4545
return base.Set<T>();
4646
}
47+
public DbSet<Table> Tables {get;set;}
4748
public int Save()
4849
{
4950
return base.SaveChanges();

0 commit comments

Comments
 (0)