Ejemplo n.º 1
0
        public QuantityModel Quantity(int userid, string type = "7,")
        {
            SM_CitizenServicesBLL bll = new SM_CitizenServicesBLL();

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