Ejemplo n.º 1
0
 public bool AddInstrument(IInstrument instrument)
 {
     return(dao.AddInstrument(instrument));
 }