コード例 #1
0
ファイル: RestaurantBLL.cs プロジェクト: Moke-RS/LunchPoll
 public RestaurantBLL(RestaurantDAL restaurantDAL)
 {
     DAL = restaurantDAL;
 }
コード例 #2
0
ファイル: RestaurantBLL.cs プロジェクト: Moke-RS/LunchPoll
 public RestaurantBLL()
 {
     DAL = new RestaurantDAL();
 }