Exemplo n.º 1
0
 public static int ThemQuan(string ten)
 {
     return(DAL_Quan.ThemQuan(ten));
 }
Exemplo n.º 2
0
 public bool ThemQuan(DTO_Quan q)
 {
     return(quan.ThemQuan(q));
 }