export class Product { public productid: number; public productname: string; public productprice: number; public productimage: string; public productcategoryid: number; constructor() {} }