public int Count(Expression <Func <blog_Table, bool> > predicate) { return(db.Set <blog_Table>().Count(predicate)); }
public int Count(Expression <Func <administrator_Table, bool> > predicate) { return(db.Set <administrator_Table>().Count(predicate)); }