public UnitOfWork(YnodeContext context) { _context = context; }
protected Repository(YnodeContext db) { Db = db; DbSet = Db.Set <TEntity>(); }