예제 #1
0
        public void RegistrarPago(PagoEntidad elPago)
        {
            PagoDAL GestorPago = new PagoDAL();

            GestorPago.Insert(elPago);
        }
예제 #2
0
 public PagoBLL()
 {
     PagoDAL = new PagoDAL(ref bdConn);
 }