public ByARpt Update(vTIP_DOC Reg) { TiposDocumentosBLL o = new TiposDocumentosBLL(); return o.Update(Reg); }
public string Gets() { TiposDocumentosBLL o = new TiposDocumentosBLL(); return ByAUtil.convertListToXML(o.Gets()); }
public ByARpt Insert(vTIP_DOC Reg) { TiposDocumentosBLL o = new TiposDocumentosBLL(); return o.Insert(Reg); }
public vTIP_DOC Get(string ID) { TiposDocumentosBLL o = new TiposDocumentosBLL(); return o.Get(ID); }