示例#1
0
 public static LOAISP_DTO LayLoaiSanPhamTheoMaLoaiSP(int malsp)
 {
     try
     {
         return(ProductTypeDAO.LayLoaiSanPhamTheoMaLoaiSP(malsp));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }