Ejemplo n.º 1
0
 public static List <ProductsBrand> ProductsBrandID(int id)
 {
     return(ProductsBrandService.ProductsBrandID(id));
 }
Ejemplo n.º 2
0
 public static int ProductsBrandUpdate(ProductsBrand s)
 {
     return(ProductsBrandService.ProductsBrandUpdate(s));
 }
Ejemplo n.º 3
0
 public static int ProductsBrandDelete(int id)
 {
     return(ProductsBrandService.ProductsBrandDelete(id));
 }
Ejemplo n.º 4
0
 public static int ProductsBrandzong()
 {
     return(ProductsBrandService.ProductsBrandzong());
 }
Ejemplo n.º 5
0
 public static List <ProductsBrand> ProductsBrandALL(int index, int rows)
 {
     return(ProductsBrandService.ProductsBrandALL(index, rows));
 }
Ejemplo n.º 6
0
 public static int ProductsBrandInsert(ProductsBrand s)
 {
     return(ProductsBrandService.ProductsBrandInsert(s));
 }