using System.Collections.Generic; namespace PRS.Mobile { public interface IFormPickerQueryLoader { public List QueryIncomplete(); public List QueryComplete(); } }