コード例 #1
0
        public JsonResult GetAtencion()
        {
            var tipo = types.GetAtencion();

            return(Json(tipo));
        }