public IISLogRepository(SimpleMonitorContext context)
     : base(context)
 {
 }
示例#2
0
 public BlockedIpRepository(SimpleMonitorContext context)
     : base(context)
 {
 }
 public GenericRepository(SimpleMonitorContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }