Exemplo n.º 1
0
 public DiscardBLL(IUSERDAL uSERDAL, IDISCARDDAL dISCARDDAL, IUSERCRUD _userBll,
                   IMATERIALCRUD _materialBll, IPLACECRUD placeBLL)
 {
     this.userDal     = uSERDAL;
     this.discardDal  = dISCARDDAL;
     this.userBll     = _userBll;
     this.materialBll = _materialBll;
     this.placeBll    = placeBLL;
 }
Exemplo n.º 2
0
 public PlacesController(IPLACECRUD placeBLL)
 {
     this.placeBLL = placeBLL;
 }