Beispiel #1
0
 public static PD.RespuestaAccion MODIF_PURCHASE_PARAM(int cabecera, PD.SV_SYSTEM sistema, PD.SV_PARAMETER parametro, decimal valor, bool withResiduo = false)
 {
     using (var cServ = new ServiceProcess.ServiceAFN2())
         return(cServ.Repo.MODIF_PURCHASE_PARAM(cabecera, sistema, parametro, valor, withResiduo));
 }
Beispiel #2
0
 public static PARAM_VALUE NoValue(SV_PARAMETER param)
 {
     return(NoValue(param.code, param.name));
 }
Beispiel #3
0
 public static PD.RespuestaAccion REGISTER_PURCHASE_PARAM(int cabecera, PD.SV_SYSTEM sistema, PD.SV_PARAMETER parametro, decimal valor)
 {
     using (var cServ = new ServiceProcess.ServiceAFN2())
         return(cServ.Repo.REGISTER_PURCHASE_PARAM(cabecera, sistema, parametro, valor));
 }