public string InsertPago(PagosFox ac) { try { BLLPagosFox hn = new BLLPagosFox(); return hn.Pagos(ac); } catch (Exception ex) { return ex.ToString(); } }
public string InsertPago(PagosFox ac) { try { BLLPagosFox hn = new BLLPagosFox(); return hn.Pagos(ac); } catch (Exception ex) { eventLog1.WriteEntry(ex.ToString()); return ex.ToString(); } }