Пример #1
0
 private string GetViralLoad(string order)
 {
     try
     {
         var x = context.spView_OrderNumber_ViralLoadGetAll1(order).FirstOrDefault();
         if (x != null)
         {
             return(Increment(x.OrderIndex));
         }
         else
         {
             return("001");
         }
     }
     catch (Exception e)
     {
         throw (e);
     }
 }