Ejemplo n.º 1
0
 // Expected reports
 public ObjectResult <spView_LMIS_ExpectedReportNewGetAll_Result> GetExpectedReports()
 {
     try
     {
         ((IObjectContextAdapter)this.context).ObjectContext.CommandTimeout = 3000;
         var mydata = context.spView_LMIS_ExpectedReportNewGetAll(mcdc, mClientType, mproductCategory, mIsActive, mOwner, mStartDate, mEndDate, mDeliveryZoneCode);
         return(mydata);
     }
     catch (Exception x)
     {
         throw (x);
     }
 }