コード例 #1
0
ファイル: CitizenEventController.cs プロジェクト: zkg642/JXXZ
        public QuantityModel Quantity(int userid, string type = "7,")
        {
            SM_CitizenServicesBLL bll = new SM_CitizenServicesBLL();

            return(bll.Quantity(userid, type));
        }