umair mohsin
var j = db.jobs.Where(x => x.Title.Contains(keyone)).ToList();
i want to implement this using generic repository but i can't figure out how to do it.using generic repo