Ejemplo n.º 1
0
        public SqlDataReader GetServForUpdateClientServices(int ClientId)
        {
            DLAddClient dlAddCl = new DLAddClient();
              try
              {
              SqlDataReader dr = dlAddCl.GetServForUpdateClientServices(ClientId);

              return dr;
              }
              catch
              {
              throw;
              }
              finally
              {
              //dlAddCl = null;
              }
        }