Exemple #1
0
 public static List <LoaiSanPhamDTO> SelectLoaiSanPhamAll()
 {
     return(LoaiSanPhamDAO.SelectLoaiSanPhamAll());
 }