示例#1
0
        public async Task InstagramVerifyAccount(Guid currentUserId, Guid chapterId, string code)
        {
            await AssertMemberIsChapterSuperAdmin(currentUserId, chapterId);

            await _instagramService.SendVerifyCode(code);
        }