コード例 #1
0
        public JsonResult GetCouriersForSchedule(QueryInfo queryInfo)
        {
            var listCourierForSchedule = _courierService.GetCouriersForSchedule(queryInfo);

            return(Json(listCourierForSchedule, JsonRequestBehavior.AllowGet));
        }