using System.Collections.Generic; namespace HNWD.Pregrant.Model { public class wardInformationExt :ModelExtBase { public List wardInformationList = new List(); } }