Beispiel #1
0
 public bool DelInstrumentCheck(InstrumentCheckEntity entity)
 {
     return(instrumentck.DelInstrument(entity));
 }
Beispiel #2
0
 public void SaveInstrumentCheck(string Id, InstrumentCheckEntity entity)
 {
     instrumentck.SaveInstrument(Id, entity);
 }