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