Beispiel #1
0
        public IEnumerable <Host> Find(Expression <Func <Host, bool> > predicate)
        {
            Expression <Func <Host, bool> > predicate1 = predicate;

            return(_hostrepository.Find(predicate1));
        }