예제 #1
0
        public async Task <IActionResult> FollowPackage(int id)
        {
            await _notesService.FollowNotePackage(GetIdentityName(), id);

            return(StatusCode(201));
        }