Exemplo n.º 1
0
 public ChannelRepository(QPHChannelContext context) : base(context)
 {
 }
 public BaseChannelRepository(QPHChannelContext context)
 {
     _context  = context;
     _entities = context.Set <T>();
 }