예제 #1
0
        public void Post()
        {
            string name  = Request.Form["name"];
            string cards = Request.Form["cards"];

            service.Create(LoggedUser, name, cards);
        }