Blog.Services.Implementation.BaseService.GetHeartBeat C# (CSharp) Method

GetHeartBeat() public method

public GetHeartBeat ( ) : bool
return bool
        public bool GetHeartBeat()
        {
            return true;
        }
    }
BaseService