コード例 #1
0
 public static List <hcc_SalesReportCartItems_Result> GetTaxable(int cartId)
 {
     try
     {
         using (var cont = new healthychefEntities())
         {
             return(cont.hcc_SalesReportCartItems(cartId).ToList());
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }