コード例 #1
0
 public string GetRazaoSocial(int id)
 {
     try
     {
         if (Global.TpConexao == Enumeradores.TipoConexao.LAN)
         {
             return(regrasnegocio.GetRazaoSocial(id));
         }
         else
         {
             return(string.Empty);
         }
     }
     catch
     {
         throw;
     }
 }