Exemplo n.º 1
0
 public string GetCesiones(string Cod_Con)
 {
     Manager = new CesionesBLL();
     return ByAUtil.convertListToXML(Manager.GetCesiones(Cod_Con));
 }
Exemplo n.º 2
0
 public ByARpt Insert(vCesiones Reg)
 {
     Manager = new CesionesBLL();
     return Manager.Insert(Reg);
 }
Exemplo n.º 3
0
 public ByARpt Delete(vCesiones Reg)
 {
     Manager = new CesionesBLL();
     return Manager.Delete(Reg);
 }