Exemple #1
0
 public ActionResult DeleteChallanIdInInvoice(string InvoiceId, string Command)
 {
     try
     {
         objDbTrx.DeleteChallanFromInvoice(InvoiceId);
     }
     catch (Exception ex)
     {
         objDbTrx.SaveSystemErrorLog(ex, Request.UserHostAddress);
     }
     return(Json("saved"));
 }