BLL.JoinService.Delete C# (CSharp) Method

Delete() public method

public Delete ( System.Guid actid, System.Guid uid ) : bool
actid System.Guid
uid System.Guid
return bool
        public bool Delete(Guid actid, Guid uid)
        {
            return joinHandler.Delete(actid, uid);
        }