Example #1
0
 public bool delQuotations(int id)
 {
     return(dal.delQuotations(id) > 0);
 }