Ejemplo n.º 1
0
    public int DeletePin(int pinID)
    {
        DBservices dbs         = new DBservices();
        int        RowAffected = dbs.DeletePin(pinID);

        return(RowAffected);
    }