예제 #1
0
    public string AddProductInfo(ProductModel model)
    {
        ProductBLL pd = new ProductBLL();

        return(pd.AddProductInfo(model));
    }