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