Exemplo n.º 1
0
        public ActionResult Status_GetList(int headerType, string statusType)
        {
            IList <ItemModel> itemList = StatusHelper.GetConstStatus(statusType);

            return(GetResult(headerType, itemList));
        }