source: src/main/java/com/example/baziproekt/service/KomentarNaProizvod.java@ 0e4d807

Last change on this file since 0e4d807 was 0e4d807, checked in by Ivona <ivonatapshanovska@…>, 10 months ago

Initial commit

  • Property mode set to 100644
File size: 142 bytes
Line 
1package com.example.baziproekt.service;
2
3public interface KomentarNaProizvod {
4 void create(Integer id,String username,String comment);
5
6}
Note: See TracBrowser for help on using the repository browser.