Beispiel #1
0
 public async Task <Result <bool> > DeleteBugTicketComment(int id)
 {
     return(await _helpService.DeleteBugTicketCommentAsync(id, Int32.Parse(_userManager.GetUserId(User))));
 }