Exemplo n.º 1
0
 public RestaurantBLL(RestaurantDAL restaurantDAL)
 {
     DAL = restaurantDAL;
 }
Exemplo n.º 2
0
 public RestaurantBLL()
 {
     DAL = new RestaurantDAL();
 }