예제 #1
0
 public RestaurantBLL(RestaurantDAL restaurantDAL)
 {
     DAL = restaurantDAL;
 }
예제 #2
0
 public RestaurantBLL()
 {
     DAL = new RestaurantDAL();
 }