Exemple #1
0
        private bool CustomValidator(string arg)
        {
            if (!string.IsNullOrEmpty(arg))
            {
                return(_establishmentService.DoesSchoolExist(arg));
            }

            return(false);
        }