Пример #1
0
 public ObjectResult <spOrder_TrackingDetailsGetAll_Result> GetTrackingDetails()
 {
     try
     {
         return(context.spOrder_TrackingDetailsGetAll(mOrderNumber));
     }
     catch (Exception x)
     {
         throw (x);
     }
 }