コード例 #1
0
 public ByARpt UpdateSS(vINT_PAGOSST Reg)
 {
     CGContratistaBLL o = new CGContratistaBLL();
     Reg.USAP = Usuario.UserName;
     ByARpt rpt = o.Update(Reg);
     return rpt;
 }
コード例 #2
0
 public ByARpt UpdateInforme(vINT_INFOCONT Reg)
 {
     CGContratistaBLL o = new CGContratistaBLL();
     Reg.USAP = Usuario.UserName;
     ByARpt rpt = o.Update(Reg);
     return rpt;
 }