Пример #1
0
 public ActionResult GetEmployeeList()
 {
     return(Json(Scheduling.GetEmployeeNames().OrderBy(r => r.Name)));
 }