Ejemplo n.º 1
0
 private void QueryReport()
 {
     Response.Write(Biz.ToJson(Biz.GetReport(Request["proc"], GetDate("begin"), GetDate("end"), GetInt("type"))));
 }
Ejemplo n.º 2
0
 private void Report()
 {
     Response.Write(Biz.ToJson(Biz.GetReport(Request["proc"], GetDate("datetime"), GetInt("type"))));
 }