Beispiel #1
0
 public bool addQuotations(string value, bool tips)
 {
     return(dal.addQuotations(value, tips) > 0);
 }