Ejemplo n.º 1
0
 public ActionResult ByCategory(SoftProjectAreaEntityDomain domain)
 {
     var resp = domain.Sys_Dict_ByCategory();
     return View("ByCategory", resp); ;
 }