Beispiel #1
0
    public void DeleteContact(Int64 contactId, int lastModifyBy)
    {
        // Get an instance of the MailingCycle BO
        Farm bll = new Farm();

        bll.DeleteContact(contactId, lastModifyBy);
    }