Exemple #1
0
 public int InsertArea(string maKV, string tenKV, string ghiChu, bool active)
 {
     return(areaDAO.InsertArea(maKV, tenKV, ghiChu, active));
 }