Exemple #1
0
 public static List <ProductsType> ProductsTypeID(int id)
 {
     return(ProductsTypeService.ProductsTypeID(id));
 }
Exemple #2
0
 public static int ProductsTypeUpdate(ProductsType s)
 {
     return(ProductsTypeService.ProductsTypeUpdate(s));
 }
Exemple #3
0
 public static int ProductsTypeDelete(int id)
 {
     return(ProductsTypeService.ProductsTypeDelete(id));
 }
Exemple #4
0
 public static int ProductsTypezong()
 {
     return(ProductsTypeService.ProductsTypezong());
 }
Exemple #5
0
 public static List <ProductsType> ProductsTypeALL(int index, int rows)
 {
     return(ProductsTypeService.ProductsTypeALL(index, rows));
 }
Exemple #6
0
 public static int ProductsTypeInsert(ProductsType s)
 {
     return(ProductsTypeService.ProductsTypeInsert(s));
 }