Beispiel #1
0
    public static DataTable ConsultarDistribucionSoporte(int sop_Id)
    {
        DataTable dtDetalleSop = new DataTable();

        dtDetalleSop = DAOAdministrarSoporteBancario.ConsultarDistribucionSoporte(sop_Id);
        return(dtDetalleSop);
    }