コード例 #1
0
ファイル: NewsController.cs プロジェクト: ps51/caipiao_wlgj
 public NewsController(DAL.NewsDAL dal, DAL.CategoryDAL cadal)
 {
     this.dal   = dal;
     this.cadal = cadal;
 }
コード例 #2
0
 public NewsController(DAL.NewsDAL ndal)
 {
     this.ndal = ndal;
 }