Exemple #1
0
 public WechatAuthController(Ilp_userinfoDAL _uudal)
 {
     this.uudal = _uudal;
 }
 public M_MainController(Ilp_userinfoDAL _uudal, Ilp_targetlocationDAL _tldal, Ilp_sourcelocationDAL _sldal)
 {
     this.uudal = _uudal;
     this.tldal = _tldal;
     this.sldal = _sldal;
 }