Ejemplo n.º 1
0
 private void istCuentaTipo(Cuenta_tipo oCT)
 {
     try
     {
         Cuenta_tipoMng oCTMng = new Cuenta_tipoMng();
         oCTMng.O_Cuenta_tipo = oCT;
         oCTMng.add();
     }
     catch
     {
         throw;
     }
 }