public List<pagos_fox> PagosFox(string n) { BLLPagosFox hn = new BLLPagosFox(); return hn.PagosNegocio(n); }
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(); } }