Package rs.etf.sab.operations
Interface ArticleOperations
-
public interface ArticleOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcreateArticle(int shopId, java.lang.String articleName, int articlePrice)Creates new article in shop with count 0.
-