Exemplo n.º 1
0
 public JsonResult GetEmpJson()
 {
     return(Json(GlobalMethod.GetDdEmpList()));
 }