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