Exemple #1
0
 public TestController(DAL.CaizhongDAL czdal, DAL.EmailsetDAL emaildal, BLL.BeiJing28 bj28, BLL.BJPK10 pk10)
 {
     this.bj28     = bj28;
     this.emaildal = emaildal;
     this.czdal    = czdal;
     this.pk10     = pk10;
 }
Exemple #2
0
 public QiHaoInfoController(UserinfoDAL udal, DAL.QihaoinfoDAL dal, BLL.BJPK10 pk10bll) : base(udal)
 {
     this.dal     = dal;
     this.pk10bll = pk10bll;
 }
Exemple #3
0
 public PK10Controller(BLL.BJPK10 pk10bll, DAL.QihaoinfoDAL qhdal)
 {
     this.cpbll = pk10bll;
     this.qhdal = qhdal;
 }
 public XiaZhuInfoController(DAL.XiazhuinfoDAL dal, BLL.BJPK10 pk10bll, DAL.UserinfoDAL udal)
 {
     this.udal  = udal;
     this.dal   = dal;
     this.cpbll = pk10bll;
 }