public SqlRepository(WFA_DesignPatterns.DATA.Context.DataContext context) { if (_context == null) { _context = context; } _objectSet = context.Set <TEntity>(); }
public OgrenciRepository(WFA_DesignPatterns.DATA.Context.DataContext context) : base(context) { if (_context == null) { _context = context; } }