Пример #1
0
    public void DeleteFarm(int farmId, int lastModifyBy)
    {
        // Get an instance of the MailingCycle BO
        Farm bll = new Farm();

        bll.DeleteFarm(farmId, lastModifyBy);
    }