Example #1
0
 public PartialViewResult _CustomerAll()
 {
     return(PartialView(_customer.GetAll()));
 }