Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
In the GenericRepository part, you can abstract the _context.Set like this:private readonly PrivateContext _context;private readonly DbSet _entity;public GenericRepository(PrivateContext context){ _context = context; _entity = _context.Set();}
Thanks for sharing, yes it can be done 👍🏻
@@ByteVerseHD A question when will this course end?
This course will be more than 30 videos. I am sharing 2 videos every week .
In the GenericRepository part, you can abstract the _context.Set like this:
private readonly PrivateContext _context;
private readonly DbSet _entity;
public GenericRepository(PrivateContext context)
{
_context = context;
_entity = _context.Set();
}
Thanks for sharing, yes it can be done 👍🏻
@@ByteVerseHD A question when will this course end?
This course will be more than 30 videos. I am sharing 2 videos every week .