Uses of Interface
com.needleandstitch.pavuk.repository.ShippingInfoRepository
Packages that use ShippingInfoRepository
-
Uses of ShippingInfoRepository in com.needleandstitch.pavuk.data
Constructors in com.needleandstitch.pavuk.data with parameters of type ShippingInfoRepositoryModifierConstructorDescriptionOrderSeeder
(OrderRepository orderRepository, CustomerRepository customerRepository, ClothingItemRepository clothingItemRepository, ShippingInfoRepository shippingInfoRepository) Constructs a new OrderSeeder with the specified repository.ShippingInfoSeeder
(ShippingInfoRepository shippingInfoRepository, PostServiceRepository postServiceRepository) Constructs a new ShippingInfoSeeder with the specified repository.