示例#1
0
 public bool SaveTherapyItem(CommContracts.TherapyItem TherapyItem)
 {
     return(client.SaveTherapyItem(TherapyItem));
 }
示例#2
0
 public bool UpdateTherapyItem(CommContracts.TherapyItem TherapyItem)
 {
     return(client.UpdateTherapyItem(TherapyItem));
 }