예제 #1
0
 // /api/executor/AddSkill
 public async Task <Skill> AddSkill(long id)
 {
     return(await _service.AddSkill(id, User.GetUserId()));
 }