示例#1
0
 public ByARpt UpdateModFecha(vCONTRATOS Reg)
 {
     CONTRATOS r = new CONTRATOS();
     Mapper.Map(Reg, r);
     cmdUpdateModFecha o = new cmdUpdateModFecha { reg = r };
     return o.Enviar();
 }
示例#2
0
 public RangoFecha GetModFecha_Contrato(string Cod_Con)
 {
     cmdUpdateModFecha o = new cmdUpdateModFecha();
     return o.GetModFecha_Contrato(Cod_Con);
    
 }