Exemple #1
0
		public IEnumerable<Element> SearchElements(string q)
		{
			var helper = new ElementsHelper();
			return helper.SearchElements(q);
		}