Esempio n. 1
0
 public ActionResult Create()
 {
     ViewBag.SupplierTypes = _supplierQuery.GetSupplierType();
     return(View());
 }