コード例 #1
0
 public RestaurantBusinessObject()
 {
     _dao = new RestaurantDataAccessObject();
 }