Beispiel #1
0
 public NewsService(Db_Help db)
 {
     this._db = db;
 }
Beispiel #2
0
 public BannerService(Db_Help db)
 {
     this._db = db;
 }