Ejemplo n.º 1
0
 public bool SaveOtherServiceItem(CommContracts.OtherServiceItem material)
 {
     return(client.SaveOtherServiceItem(material));
 }
Ejemplo n.º 2
0
 public bool UpdateOtherServiceItem(CommContracts.OtherServiceItem OtherServiceItem)
 {
     return(client.UpdateOtherServiceItem(OtherServiceItem));
 }