Exemplo n.º 1
0
 public BaseResponce ClearPlayersPoints()
 {
     try
     {
         _playersService.ClearPlayersPoints();
         return(new BaseResponce());
     }
     catch (Exception exception)
     {
         return(new BaseResponce(exception.Message));
     }
 }