예제 #1
0
 public void CompletedChore(Chore chore)
 {
     _repo.CompleteChore(chore);
     Clients.All.SendAsync("RemoveChore", chore);
 }