delivery auto planning draft

This commit is contained in:
Michał Michaluk
2017-12-05 09:43:00 +01:00
parent 39a810e4b3
commit a10180609c
8 changed files with 89 additions and 26 deletions

View File

@@ -0,0 +1,9 @@
package pl.com.bottega.factory.delivery.planning;
import pl.com.bottega.factory.product.management.RefNoId;
public class DeliveryAutoPlannerRepository {
public DeliveryAutoPlanner get(RefNoId refNo) {
return null;
}
}