Ejemplo n.º 1
0
 public List<vVIGENCIAS> GetS()
 {
     VigenciasBLL o = new VigenciasBLL();
     return o.Gets();
 }
Ejemplo n.º 2
0
 public ByARpt Update(vVIGENCIAS Reg)
 {
     VigenciasBLL o = new VigenciasBLL();
     return o.Update(Reg);
 }
Ejemplo n.º 3
0
 public string Gets()
 {
     VigenciasBLL o = new VigenciasBLL();
     return ByAUtil.convertListToXML(o.Gets());
 }
Ejemplo n.º 4
0
 public ByARpt Insert(vVIGENCIAS Reg)
 {
     VigenciasBLL o = new VigenciasBLL();
     return o.Insert(Reg);
 }
Ejemplo n.º 5
0
 public vVIGENCIAS Get(short ID)
 {
     VigenciasBLL o = new VigenciasBLL();
     return o.Get(ID);
 }