Guest User

Untitled

a guest
Mar 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. package com.its.reservation.service;
  2.  
  3. import org.springframework.stereotype.Service;
  4.  
  5. import com.its.reservation.repository.Reservation;
  6.  
  7. @Service
  8. public class ReservationService {
  9. public Reservation getReservationDetails(String name) {
  10. return null;
  11. }
  12. }
Add Comment
Please, Sign In to add comment