Exemple #1
0
 public Stats?GetStats()
 {
     try
     {
         return(_service.GetStats());
     }
     catch (Exception e)
     {
         FatalError(e);
         return(null);
     }
 }