示例#1
0
        public void AddChore(Chore chore)
        {
            Chore c = _repo.AddChore(chore);

            Clients.All.SendAsync("NewChore", c);
        }