コード例 #1
0
 public BaseRepository(BalkanContext context)
 {
     _context  = context;
     _entities = _context.Set <T>();
 }
コード例 #2
0
 public EmployeeRepository(BalkanContext context) : base(context)
 {
 }