Exemplo n.º 1
0
 public ActionResult getBinnacle(DateTime from, DateTime to)
 {
     ViewBag.searchTable = con.getBinnacle(from, to);
     return(PartialView());
 }