示例#1
0
 public QuoteElementType AddUpdateQuoteElementType(QuoteElementType quoteElementType)
 {
     _wrapper = new Wrapper(_connectionString);
     return(_wrapper.AddUpdateQuoteElementType(quoteElementType));
 }