示例#1
0
 public static List <LOAISP_DTO> SelectingAllProductTypeByGroup(int maNhomLoaiSanPham)
 {
     try
     {
         return(ProductTypeDAO.SelectingAllProductTypeByGroup(maNhomLoaiSanPham));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }