示例#1
0
 public ProductType InsertProductType(ProductType entity)
 {
     return(_iProductTypeRepository.InsertProductType(entity));
 }