コード例 #1
0
 public ByARpt Update(vPOLIZAS Reg)
 {
     mPolizas o = new mPolizas();
     return o.Update(Reg);
 }
コード例 #2
0
 public ByARpt Insert(vPOLIZAS Reg)
 {
     mPolizas o = new mPolizas();
     return o.Insert(Reg);
 }