示例#1
0
 public BaseService()
 {
     try
     {
         SessionConfig.RegisterSessions();
         SettingsConfig.RegisterConfigurations();
     }
     catch (Exception ex)
     {
         throw new Exception("معلش", ex);
     }
 }