public ByARpt Update(vCONS_PROC Reg)
 {
     ConsecutivoPorModalidadBLL o = new ConsecutivoPorModalidadBLL();
     return o.Update(Reg);
 }
 public string Gets(short Vigencia)
 {
     ConsecutivoPorModalidadBLL o = new ConsecutivoPorModalidadBLL();
     return ByAUtil.convertListToXML(o.Gets(Vigencia));
 }
 public ByARpt Insert(vCONS_PROC Reg)
 {
     ConsecutivoPorModalidadBLL o = new ConsecutivoPorModalidadBLL();
     return o.Insert(Reg);
 }
 public vCONS_PROC Get(short VIGENCIA, string DEPENDENCIA, string MODALIDAD)
 {
     ConsecutivoPorModalidadBLL o = new ConsecutivoPorModalidadBLL();
     return o.Get(VIGENCIA, DEPENDENCIA, MODALIDAD);
 }