示例#1
0
 public override string gravarRegistro()
 {
     if (pDados.validarCampoObrigatorio())
     {
         if (pc_taxa.Focused)
         {
             (bsTaxaBandeira.Current as TRegistro_Cad_TaxaBandeiraCartao).Pc_taxa = pc_taxa.Value;
         }
         return(TCN_Cad_TaxaBandeiraCartao.Gravar(bsTaxaBandeira.Current as TRegistro_Cad_TaxaBandeiraCartao, null));
     }
     else
     {
         return(string.Empty);
     }
 }