Exemplo n.º 1
0
 public EntityHandler.LINKPayment[] GetGRNMaterial(EntityHandler.LINKPayment objPayment)
 {
     return(base.Channel.GetGRNMaterial(objPayment));
 }
Exemplo n.º 2
0
 public EntityHandler.LINKPayment[] GetCreditorFinalSupplierByID(EntityHandler.LINKPayment objPayment)
 {
     return(base.Channel.GetCreditorFinalSupplierByID(objPayment));
 }
Exemplo n.º 3
0
 public EntityHandler.LINKPayment[] GetCreditorFinalGRN(EntityHandler.LINKPayment objPayment)
 {
     return(base.Channel.GetCreditorFinalGRN(objPayment));
 }
Exemplo n.º 4
0
 public bool SetMaterialStatus(EntityHandler.LINKPayment objPayment)
 {
     return(base.Channel.SetMaterialStatus(objPayment));
 }