Exemple #1
0
 public GeneralService()
 {
     try
     {
         _proxy = new GeneralServiceClient();
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemple #2
0
            public GeneralService()
            {
                try
                {
                    _proxy = new GeneralServiceClient();
                }
                catch (Exception)
                {

                    throw;
                }
            }