diff --git a/Controller/SCP_WMS_CONTROLLER.cs b/Controller/SCP_WMS_CONTROLLER.cs index 63651e2..59527cb 100644 --- a/Controller/SCP_WMS_CONTROLLER.cs +++ b/Controller/SCP_WMS_CONTROLLER.cs @@ -17,6 +17,8 @@ namespace CK.SCP.Controller { public class SCP_WMS_CONTROLLER { + + public static void Get_VIEW_PRODUCT_DETAIL(VIEW_PRODUCT_DETAIL p_entity, Action>> p_action) { ResultObject> _ret = new ResultObject>();