コード例 #1
0
        public void TestGetChoiceStatus()
        {
            var ProfileChoiceRequest = new ProfileChoiceRequest
                                           {
                                               UserID = 150318895368012,
                                               MatchUserID = new UserBase { UserID = 69696 }
                                           };

            var dataManager = new DataManager();
            ChoiceProfile choiceProfile = dataManager.GetProfileChoiceStatus(ProfileChoiceRequest);
        }