Example #1
0
 public ActionResult Index()
 {
     ViewBag.lstBranch       = _branch.getListBranch(null);
     ViewBag.lstContractType = _mdServices.getListContractType(null, -1);
     return(View());
 }