Exemplo n.º 1
0
 public ActionResult ListWithSelectSupplier(int IdSupplier)
 {
     return(PartialView(DetailBarangRepo.GetAll(IdSupplier)));
 }
Exemplo n.º 2
0
 public ActionResult ListWithSelect()
 {
     return(PartialView(DetailBarangRepo.GetAll()));
 }