예제 #1
0
 public ProgramScheduleOutputModel(ScheduleSection parent)
 {
     _parent          = parent;
     Title            = string.Empty;
     Advertiser       = string.Empty;
     DecisionMaker    = string.Empty;
     ReplacementsList = new Dictionary <string, string>();
     Programs         = new List <ProgramOutputModel>();
     TotalSpots       = new List <TotalSpotOutputModel>();
     Totals           = new Dictionary <string, string>();
     DigitalInfo      = new ProgramDigitalInfoOneSheetOutputModel(parent);
 }
		public ProgramScheduleOutputModel(ScheduleSection parent)
		{
			_parent = parent;
			Title = string.Empty;
			Advertiser = string.Empty;
			DecisionMaker = string.Empty;
			ReplacementsList = new Dictionary<string, string>();
			Programs = new List<ProgramOutputModel>();
			TotalSpots = new List<TotalSpotOutputModel>();
			Totals = new Dictionary<string, string>();
			DigitalInfo = new ProgramDigitalInfoOneSheetOutputModel(parent);
		}