Beispiel #1
0
        public int UpDelete(int investid, int mid)
        {
            ShopLIstDAL shopLIstDAL = new ShopLIstDAL();

            return(shopLIstDAL.UpDelete(investid, mid));
        }
Beispiel #2
0
        public List <investModel> QueryInvests(string investname, string investprice, string investcontent, string investtime)
        {
            ShopLIstDAL shopLIstDAL = new ShopLIstDAL();

            return(shopLIstDAL.QueryInvests(investname, investprice, investcontent, investtime));
        }
Beispiel #3
0
        public List <investModel> GetInvests()
        {
            ShopLIstDAL shopLIstDAL = new ShopLIstDAL();

            return(shopLIstDAL.GetInvests());
        }