delivery auto planning draft

This commit is contained in:
Michał Michaluk
2017-12-05 09:46:14 +01:00
parent a10180609c
commit 58e6c31798

View File

@@ -1,9 +0,0 @@
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;
}
}