CodeImp.Gluon.AgendaManager.RemoveItem C# (CSharp) Method

RemoveItem() public method

public RemoveItem ( AgendaItem i ) : bool
i AgendaItem
return bool
        public bool RemoveItem(AgendaItem i)
        {
            return i.SqlDelete();
        }