Esempio n. 1
0
 public static Exception LogException(this Exception ex)
 {
     AppException.Log(ex); return(ex);
 }