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