Beispiel #1
0
        public Response Post(Chore chore)
        {
            _choreService.Create(chore);

            return(new Response {
                Body = "success"
            });
        }