コード例 #1
0
        protected void btnSubmit_Click(object sender, EventArgs e)
        {
            ProductTypeRepo  repo             = new ProductTypeRepo();
            ProductTypeModel productTypeModel = CreateProductType();

            lblResult.Text = repo.InsertProductType(productTypeModel);
        }