Пример #1
0
 public UnregisteredUserRestaurantSelectionPostLogicValidationStrategy(RestaurantSelectionDto restaurantSelectionDto)
 {
     _restaurantSelectionDto          = restaurantSelectionDto;
     _restaurantSelectionDtoValidator = new RestaurantSelectionDtoValidator();
 }
 public RestaurantSelectionPreLogicValidationStrategy(RestaurantSelectionDto restaurantSelectionDto)
 {
     _restaurantSelectionDto          = restaurantSelectionDto;
     _restaurantSelectionDtoValidator = new RestaurantSelectionDtoValidator();
 }