Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. private readonly DbSet<T> _table;
  2. private readonly AutoLotEntities _db;
  3. protected AutoLotEntities Context => _db;
  4.  
  5. Private ReadOnly Property _table As DbSet(Of T)
  6. Private ReadOnly Property _db As Anexos
  7. Protected Context As Anexos = _db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement