Example #1
0
 public bool DeleteInstrument(IInstrument instrument)
 {
     return(dao.DeleteInstrument(instrument));
 }