Example #1
0
 public static void ConfigureEdi()
 {
     try { EdiService.Configure(); }
     catch (Exception ex) { Utilites.Error(ex); }
 }