public UploadController(shopBLL shopbll, activityBLL activitybll, food_listBLL food_listbll, room_priceBLL room_pricebll, youhuiBLL youhuibll) { m_shopBLL = shopbll; m_activityBLL = activitybll; m_food_listBLL = food_listbll; m_room_priceBLL = room_pricebll; m_youhuiBLL = youhuibll; }
public shopController(shopBLL bll) { m_BLL = bll; }