BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
public ActionResult Index(Countries model) { model.ListItems = new Countries().CountriesList(); model.Value = model.Value; return View(model); } |