示例#1
0
    public int DeleteHatchesImage(int ProjectID)
    {
        DBservices dbs         = new DBservices();
        int        RowAffected = dbs.DeleteHatchesImage(ProjectID);

        return(RowAffected);
    }