Exemple #1
0
 // Lấy thuế suất
 public int GetTax()
 {
     return(int.Parse(dal.GetRule("Thuế suất").Rows[0][0].ToString()));
 }