Example #1
0
 public List <KillPeoPle> PatchCurrentPlayer(IEnumerable <KillPeoPle> data)
 {
     _repo.PatchCurrentPlayer(data.ToList());
     return(_repo.GetCurrentPlayer(data.ToList()));
 }