Exemplo n.º 1
0
 public IHttpActionResult getEmpleado()
 {
     return(Json(EmpleadoBL.GetInstance().getEmpleado()));
 }