Exemple #1
0
 public bool DelInstrumentBD(InstrumentBDEntity entity)
 {
     return(instrumentbd.DelInstrument(entity));
 }
Exemple #2
0
 public void SaveInstrumentBD(string Id, InstrumentBDEntity entity)
 {
     instrumentbd.SaveInstrument(Id, entity);
 }