Ignore:
Timestamp:
03/03/24 20:56:13 (15 months ago)
Author:
Aleksandar Panovski <apano77@…>
Branches:
main
Children:
a3d63eb
Parents:
3ba01da
Message:

RetaurantServiceImpl problemi
isAvailable od tableEntity...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/com/example/rezevirajmasa/demo/service/CustomerService.java

    r3ba01da r748b7f6  
    22
    33import ch.qos.logback.core.net.server.Client;
     4import com.example.rezevirajmasa.demo.dto.CustomerDTO;
    45import com.example.rezevirajmasa.demo.model.Customer;
    56import com.example.rezevirajmasa.demo.model.MembershipLevel;
     
    1920    Customer registration(Customer customer);
    2021    boolean deleteById(Long customerId);
     22    public CustomerDTO mapCustomerToDTO(Customer customer);
    2123}
Note: See TracChangeset for help on using the changeset viewer.