Beispiel #1
0
 public ActionResult ImportFromExcel()
 {
     ViewBag.CategoryList = new SelectList(_dropDownService.GetCategories(), "id", "name", null);
     return(View());
 }