BLL.JoinService.IsExist C# (CSharp) Method

IsExist() public method

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