예제 #1
0
 public void Delete(int id)
 {
     try
     {
         _leaderboardService.Remove(id);
     }
     catch (System.Exception ex)
     {
         throw new System.Exception(ex.Message);
     }
 }