add() 공개 메소드

public add ( ProductModel productModel ) : bool
productModel Kaffeplaneten.Models.ProductModel
리턴 bool
예제 #1
0
 public static void addProduct(ProductModel productModel)
 {
     var temp = new ProductBLL();
     temp.add(productModel);
 }