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