Example #1
0
        public ActionResult GetProduceInDepotStateCount()
        {
            List <int> list = new List <int>();

            list.Add(ProduceInDepotDAL.FindStateCount(0));
            list.Add(ProduceInDepotDAL.FindStateCount(1));
            return(Json(list));
        }