Added frames of entities and test for product

This commit is contained in:
Kevin Frantz
2018-07-14 11:21:32 +02:00
parent 0d8639cedb
commit e307c7e07e
6 changed files with 160 additions and 5 deletions

View File

@@ -59,5 +59,7 @@ interface ProductInterface
* @return int
*/
public function getId():int;
public function setId(int $id):void;
}