Esempio n. 1
0
    public void DeletePlot(int plotId, int lastModifyBy)
    {
        // Get an instance of the MailingCycle BO
        Farm bll = new Farm();

        bll.DeletePlot(plotId, lastModifyBy);
    }