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