コード例 #1
0
 public ByARpt Update(vTIP_DOC Reg)
 {
     TiposDocumentosBLL o = new TiposDocumentosBLL();
     return o.Update(Reg);
 }
コード例 #2
0
 public string Gets()
 {
     TiposDocumentosBLL o = new TiposDocumentosBLL();
     return ByAUtil.convertListToXML(o.Gets());
 }
コード例 #3
0
 public ByARpt Insert(vTIP_DOC Reg)
 {
     TiposDocumentosBLL o = new TiposDocumentosBLL();
     return o.Insert(Reg);
 }
コード例 #4
0
 public vTIP_DOC Get(string ID)
 {
     TiposDocumentosBLL o = new TiposDocumentosBLL();
     return o.Get(ID);
 }