コード例 #1
0
 public Task <int> AddToQueue(Player player)
 {
     return(Task.Factory.StartNew(() => QueueRepository.AddToQueue(player)));
 }