Class OrderService


  • @Service
    public class OrderService
    extends Object
    This class handles all of the business logic for getting, putting, posting, and deleting items from the Order on behalf of the OrderService class, using methods from the OrderRepository interface.