Пример #1
0
 public IHttpActionResult getEmpleado()
 {
     return(Json(EmpleadoBL.GetInstance().getEmpleado()));
 }