예제 #1
0
        public string Facturados()
        {
            List <Reporte> list = daoreporte.listarfacturados();

            string sJSONResponse = JsonConvert.SerializeObject(list, Formatting.Indented);

            return(sJSONResponse);
        }