Beispiel #1
0
        public JsonResult GetServiceCalls()
        {
            var serv = new Stl911Domain.ServiceCallService(_IServiceCallRepository);

            return(Json(serv.GetServiceCalls(), JsonRequestBehavior.AllowGet));
        }