Esempio n. 1
0
 public ObjectResult <spOrder_TrackingModule_LogGetAll_Result> GetTracking()
 {
     try
     {
         return(context.spOrder_TrackingModule_LogGetAll(mProductCategoryId, mOrderNumber));
     }
     catch (Exception x)
     {
         throw (x);
     }
 }
Esempio n. 2
0
 public ObjectResult <spOrder_TrackingModule_LogGetAll_Result> GetTracking(int?productCateory, string order_no)
 {
     try
     {
         return(context.spOrder_TrackingModule_LogGetAll(productCateory, order_no));
     }
     catch (Exception x)
     {
         throw (x);
     }
 }