Ejemplo n.º 1
0
 public IActionResult GetForm(string key)
 {
     return(Json(_sysButtonService.FindEntity(b => b.ButtonId == key)));
 }