/// <summary> /// Initializes a new instance of the <see cref="StatisticManager"/> class. /// </summary> public StatisticManager() { this.statisticDalManager = new StatisticDalManager(); this.tagDalManager = new TagDalManager(); }
/// <summary> /// Initializes a new instance of the <see cref="ImageDalManager" /> class. /// </summary> public ImageDalManager() { this.sqlDataManager = new SqlDataManager(); this.tagDalManager = new TagDalManager(); }