Example #1
0
 public int Update(InstrumentType instrumentType)
 {
     return(base.Update("update_instrument_type",
                        instrumentType.ToParameterizedObject(false)));
 }
Example #2
0
 public int Create(InstrumentType instrumentType)
 {
     return(base.Create("create_instrument_type",
                        instrumentType.ToParameterizedObject(true)));
 }