예제 #1
0
        public Domain.SystemForm Find(Expression <Func <Domain.SystemForm, bool> > predicate)
        {
            var data = _systemFormRepository.Find(predicate);

            if (data != null)
            {
                WrapLocalizedLabel(data);
            }
            return(data);
        }